Viewing 15 posts - 1,756 through 1,770 (of 4,272 total)
Ed,
Are you sure about UAC as it relates to xp_cmdshell? I seem to have seen that the two sets of rights that we see interactively is not true when...
January 11, 2011 at 9:23 am
nekonecny (1/10/2011)
I need only one row (top 1), if i use "EXISTS". Is Optimizer so clever to eliminate other potential rows?:-)
Yes, it is.. An EXISTS check completes as soon...
January 10, 2011 at 1:18 pm
First, the only way I know to do it is using an undocumented (read as: MS doesn't recommend you use it) extended stored procedure.
Look into xp_instance_regread
A quick way to see...
January 10, 2011 at 8:57 am
Domain account is fine, a domain *ADMIN* account is not.. And MANY people add the account that SQL runs as to the local admin group on the box. ...
January 10, 2011 at 8:39 am
Ghanta (1/8/2011)
January 10, 2011 at 8:09 am
JeremyE (1/7/2011)
January 7, 2011 at 4:30 pm
Having dealt with this before..
I only want to read the file in once from disk.
I would review the BULK INSERT command. That gets the data into a...
January 7, 2011 at 4:27 pm
My SSIS recommendation stands.. It will also help you get the data to disk when its time.
CEWII
January 7, 2011 at 4:18 pm
I would think WMI would be able to query out all that information..
CEWII
January 7, 2011 at 4:17 pm
sqldba_icon (1/7/2011)
GSquared (1/7/2011)
It...
January 7, 2011 at 4:13 pm
Craig Farrell (1/7/2011)
Elliott Whitlow (1/7/2011)
The advent of CTE's do reduce the need for temp tables and table variables, but does not negate it.CEWII
Elliott, I'll have to disagree with you here....
January 7, 2011 at 4:03 pm
I would probably do this with an SSIS package using a script task in the data-flow to format and breakup the text. It would also probably perform better. ...
January 7, 2011 at 3:49 pm
I have to partially disagree with you. I have seen "throw it all at the optimizer and let it figure it out", I have seen monster 8, 12, and...
January 7, 2011 at 3:45 pm
Interesting reading.. But at ~$1500/server I don't think I could stomache it for any but the most obscenely large database servers.
The smaller backup files than native with...
January 7, 2011 at 3:31 pm
Viewing 15 posts - 1,756 through 1,770 (of 4,272 total)