sa or custom user cannot see a custom database
Hi,I am trying to connect a SQL2012 database from another workstation using ODBC 32 bit. No matter I login as SA or a CUSTOM user, the "Change the default database to" list box only contains master,...
View ArticleStored Procedure Output parameter
Hello,I have a stored procedure Member_data that has only 1 output parameter. Below is the stored procedure code.ALTER PROCEDURE usp_MemberData (@Mem_Name varchar(50) OUTPUT) AS BEGIN SELECT @Mem_Name...
View ArticleLog Parser - Specify DateTime Datatype
I'm using PowerShell and Log Parser to import CSV data into a series of SQL Server tables. It's working in as much as I'm selecting all columns with the default datatypes using the following...
View ArticleSelect Distinct rows from multiple tables
Table 1 is a List of Vendors - VID, PID, VName, VAddress, VPhoneTable 2 is a list of Products - PID, PName, PPrice, PWeight, PColorI need to produce a list of unique PID's showing the following fields...
View ArticleThe specific module could not be found
hi, While i am opening cube in SSDT, I am getting error like "the specific module could not be found"..pls help me to solve this issue.ThanksSelva
View ArticleUnable to install SQL Server 2012 on windows 7 os
Hello All,I am trying to install SQL Server Enterprise evaluation edition sp1 on windows 7 os professional edition.Previously I have used to sql server 2012 enterprise evaluation edition on the same...
View ArticleSpecified cast is not valid
Hello, I have the following code:if (dataTable.Columns.Count > 1) { strXML = ChartFileNameandPath(chartType) + @"?dataXML=<graph caption='Report ; Summary' subcaption='" + ReportName(reportType)...
View ArticleSQL 2012 Device CALS
In Microsoft's SQL Server 2012 Licensing Reference Guide, it states on page 9 that for the SERVER+CAL Licensing Model: Note: Devices not operated by humans require device CALS, even when connecting to...
View ArticleSQL Server does not update registry values
Whenever computer name gets changed on the system with SQL server installed, several of SQL server registry keys don't get updated with the new name.Here is a list of the once I...
View ArticleRight Function for Numeric columns
Hi All.....following function in not giving me correct output:update dbo.raw set PhnNumber = RIGHT(calling_pty,10)i mean to say there are so many calling numbers with their respective states codes so...
View ArticleNeed Help comprehending datatype chart.
Regarding this article: https://www.sqlskills.com/blogs/jonathan/implicit-conversions-that-cause-index-scans/ It has a colored chart showing which implicit conversions can succeed without forfeiting...
View ArticleQuery to export only 4 columns from sql table into excel
Hi All,Query to export only 4 columns from sql table into excelDatabase = October_CLITable = dbo.rawColumns = Series, State, Latitude & LongitudeExcel Version = 2010
View ArticleSQL 2012 Device CALS
In Microsoft's SQL Server 2012 Licensing Reference Guide, it states on page 9 that for the SERVER+CAL Licensing Model: Note: Devices not operated by humans require device CALS, even when connecting to...
View ArticleSQL Server does not update registry values
Whenever computer name gets changed on the system with SQL server installed, several of SQL server registry keys don't get updated with the new name.Here is a list of the once I...
View ArticleRight Function for Numeric columns
Hi All.....following function in not giving me correct output:update dbo.raw set PhnNumber = RIGHT(calling_pty,10)i mean to say there are so many calling numbers with their respective states codes so...
View ArticleNeed Help comprehending datatype chart.
Regarding this article: https://www.sqlskills.com/blogs/jonathan/implicit-conversions-that-cause-index-scans/ It has a colored chart showing which implicit conversions can succeed without forfeiting...
View ArticleQuery to export only 4 columns from sql table into excel
Hi All,Query to export only 4 columns from sql table into excelDatabase = October_CLITable = dbo.rawColumns = Series, State, Latitude & LongitudeExcel Version = 2010
View ArticleSQL DBA books
Hi,I have been working as a DBA for the last one year. But I want to explore the minutes areas in being a SQL DBA. Can any one refer a good book for SQL DBA, not too complex ones?
View ArticleFor the reading puropose
Hi friends, I just want to know which SQL textbook is good for understanding the complete sql. Plz suggest me.
View Articleunable to retrive data from two tables using multiple joins
Hi,Table: EMPmgr eid nameeidmgrid1A1 null2B2 33C3 3i need to get result as:eid ename mgrnamethanksAVS
View Article