Viewing 15 posts - 3,391 through 3,405 (of 8,753 total)
Quick question, you have TF-1118, why not also TRACE FLAG 1117 – equal growth of files in a filegroup?
😎
July 26, 2016 at 2:06 pm
Piling on, nmap network scanner[/url] will do nicely discovering any services on a network including SQL Server instances
😎
July 26, 2016 at 1:17 pm
Sean Lange (7/26/2016)
Jack Corbett (7/26/2016)
July 26, 2016 at 1:09 pm
Best practice is to set the database in a single user mode when changing the compatibility level to prevent cross level compilation and incorrect / bad plans being cached. Changing...
July 26, 2016 at 8:57 am
Piling on, the demonstrated expected output does not fit the description, can you please clarify?
😎
July 26, 2016 at 8:47 am
Quick suggestion, post the actual execution plan and the full specs of the server
😎
July 26, 2016 at 8:36 am
Piling on, one of the fastest ways of doing this is to use Window Function with the appropriate POC index
😎
IF OBJECT_ID('tempdb..#tab1', 'U') IS NOT NULL
DROP TABLE #tab1;
CREATE...
July 26, 2016 at 5:31 am
This should be fine but preferably no activity should take place in the databases during the upgrade.
😎
July 26, 2016 at 12:47 am
Quick question, are you specifying either -c character type or -w wide character type
😎
July 25, 2016 at 10:40 pm
Quick question, what is the output data type?
😎
This task is trivial and a simple conversion to SMALLDATETIME should do the trick
DECLARE @DT DATETIME = GETDATE();
SELECT
...
July 25, 2016 at 10:30 pm
naren.ece2012 (7/6/2016)
We are getting error while taking backup of a database on local Drive( Operating system error 1117 (The request can not be performed because of I\O device error)).
Details
SQL...
July 25, 2016 at 10:10 pm
Paul Giles-Randall (7/25/2016)
I have a cursor that pulls out a set of ids and amounts. The data is as follows:
ID ...
July 25, 2016 at 10:07 pm
shelleybobelly (7/25/2016)
OK thanks, so far I see 2008>>2012 it works, 2012>>2014 it works. This is very encouraging news, indeed. Anyone done 2008>>2014?
The structure was last changed in SQL Server 2005...
July 25, 2016 at 10:01 pm
sharonsql2013 (7/25/2016)
I am trying to plot map in Reporting tool. I see that we need spatial data in SQL.
All our SQL table has is Country , City and Region....
July 25, 2016 at 9:48 pm
Nothing unusual as such, PLE is only one of the memory related counters and there can be many reasons for it to drop on an sparse memory resource instance like...
July 25, 2016 at 1:38 pm
Viewing 15 posts - 3,391 through 3,405 (of 8,753 total)