Viewing 15 posts - 106 through 120 (of 499 total)
GilaMonster (11/24/2015)
November 24, 2015 at 1:38 pm
There are no SQL Server MVPs anymore! We're Data Platform MVPs now!!
November 20, 2015 at 12:05 pm
Microsoft has embraced a hybrid approach with Polybase
November 18, 2015 at 2:20 pm
o103452 (11/17/2015)
That's a good idea, not all of the packages always use the new attributes. Is there a solution for the packages that are going to use the new...
November 17, 2015 at 10:57 am
If you are not using the new elements/attributes, consider remapping the new XML into the one you want, perhaps using XSLT
November 17, 2015 at 8:48 am
batch updating is kinder to other, concurrent activities. If a bulk update takes 5 minutes, that's 5 min that other queries might wait to do their thing
November 12, 2015 at 3:47 pm
ON (1=1)
makes the join a cross-join
Got an index on the date column? Otherwise you'll get a table scan, I think. Check the exec plan
November 12, 2015 at 1:29 pm
How is the service configured for Log on (check the Services applet)
November 4, 2015 at 1:02 pm
Because the whole command is being assigned to a variable and is quoted. You need to double-quote inside a quoted string to get a single-quote out
November 4, 2015 at 1:01 pm
Iulian -207023 (11/4/2015)
g.britton (11/4/2015)
Carlo Romagnano (11/4/2015)
Because of lacking of batch separator "GO".
If you run the script no...
November 4, 2015 at 8:18 am
Carlo Romagnano (11/4/2015)
If I want to be pedant, the right answer is "All of the above".Because of lacking of batch separator "GO".
If you run the script no procedure is created.
+1....
November 4, 2015 at 7:22 am
vsamantha35 (11/3/2015)
1 last question,
1. Suppose if I want to list out the jobs which has to run on a <<specific date>>, how to pull that info using...
November 3, 2015 at 2:25 pm
Viewing 15 posts - 106 through 120 (of 499 total)