SQL Server 2014 Standard Product Usage Rights question
My question is related to the definition of “device” as this term is used in the PUR for SQL Server 2014 Standard. We are currently using per-core licensing but would like to find out if Server+CAL...
View ArticleSearch in Microsoft SQL Server 2012
I have a problem in searching tables as i can't remember all the table names. There are more than 1000 tables in my database. Is there any way that i can search tables if i remember a part of the...
View Articlequestion on SQL Server Standart Edition 2014
Hello!I need to install SQL Server Standart Edition 2014 for some trial period to examine some performance on 100GB datafile before purshasing. The reason I don't install Express is the last one uses...
View ArticleSQL server 2014 express with advanced features
Dear All,i am migrating from SQL server 2008 r2 enterprize edition to 2014 express with advanced service..Please, guide me what will be consideration points ..Regarding Reporting Services ..also TSQL...
View ArticleWhen STATS_DATE returns NULL and DBCC SHOW_STATISTICS shows no data
I've come across an issue where large numbers of statistics (some user created, some auto created) in a database have no Updated value when using the SHOW_STATS system function, but do exist when I...
View ArticleUsing EXCEPT and INTERSECT (Transact-SQL) with a Twist
I understand how to use EXCEPT and INTERSECT BUT how Do use it with two different servers? I have the production database on server1, the conversion database on server2. The databases are identical...
View ArticleConfiguring SQL 2014 Express for TCP/IP remote access
Hi I have installed SQL Server 2014 Express on Windows 2008 Server. I have enabled TCP/IP, removed the dynamic port and added fixed port 1433 to TCP/IP properties, added port 1433 to Windows Firewall...
View ArticleEnable remote debug t-sql in sqlserver
HiI need to run the debug to a store procedure in sqlserver, but from remote server (database server), if the database is local not problem, but if the database is in other server throw an error of...
View ArticleCan't set default DB properly.
HiI have been using SQL Server 2012 SP2 for about 12 months. I had to reinstall about 6 months ago and my default DB setting was lost (was working previously). I have tried to set the default DB by...
View ArticleError in writing condition in a query
Hi following is a working codedeclare @dte as datetime='2015-04-01' declare @StDt as Datetime = DATEADD(mm,DATEDIFF(mm,0,@dte), 0) declare @EnDt as datetime = DATEADD( DD, -1,...
View ArticleNo in not working in SQL Query
Hii all ,I have one query Select FILE_ID,SCHEME_NAME FROM dbo.FILE_MASTERINNER JOIN dbo.SCHEME_MASTER ON dbo.FILE_MASTER.SCHEME_ID = dbo.SCHEME_MASTER.SCHEME_IDWHERE...
View ArticleHow many users can login to Microsoft SQL Server 2012 standard?
I searched around the forum but didn't find anything specific. I downloaded Microsoft SQL Server Standard 2012. How many users can login into it?
View ArticleUpgrade to SQL Server 2008 R2 fails
I'm trying to upgrade from SQL Server 2008 Express to SQL Server 2008 R2 Enterprise. The installation is failing. I get two log files. The first appears to be a summary. The second is an MSI install...
View Articledynamic management objects....
hi, I have encountered a doubt while I was reading about dynamic management objects.how would we relate these objects into practical usage. select *from sys.dm_os_schedulers; select *from...
View ArticleClosed Sockets?
I'm trying to transfer data from one table on a DB to another using an application but I keep getting the below error. Is this SQL related or is it down to the application? Does anyone know how to...
View ArticleInstalling and configuring SQL server 2012 network options
Hello I'm hoping someone here can help as i'm investigating deploying always on availability groups.I have two out standing questions.what network protocol is used for the Availability group...
View ArticleAttention All SQL Server Gurus! Time to SPRING Into Action!
April fools out of the way, now let's find an April genius!The name "April" is derived from the Latin verb "aperire", meaning "to open", as it is the season when trees, flowers AND MINDS start to open!...
View Articlesql server installation problem
I'm experiencing difficulties installing sql server on my laptop. I always get "compactibility" related issues
View Articlehow to truncate all the tables of my database
hi guys I am using SQL Server 2012 , i need to delete all the data present in my database .I mean i want to truncate all the tables in my database , so please suggest me the easiest way .
View Article