Viewing 15 posts - 316 through 330 (of 769 total)
Phil Parkin (2/15/2011)
IMO this might be simpler if implemented in a Script Task.
For one with SSIS knowledge/experience this probably is easier to do in SSIS. However if you haven't...
March 15, 2011 at 2:28 pm
seshasai.n (3/1/2011)
I dont think so, is it worked or not, better to use sp_spaceused system stored procedure in the cursor, or try to create a dynamic sql to find out...
March 15, 2011 at 2:03 pm
I'm all for BEST PRACTICES so if there is a better way to do this then using the INSERT-EXEC method I'm open to trying it.
I use this now to...
March 15, 2011 at 1:53 pm
As a frequent visitor of the procedural developer forums I can tell you that a good number of the developers in support of the NOSQL DB's do so because they...
March 14, 2011 at 3:20 pm
Craig Farrell (1/31/2011)
YSLGuru (1/31/2011)
Perry Whittle (1/31/2011)
pipe the output of this into a table
sqlcmd -Lc
Thanks for the suggestion but do you know if there is an equivelant syntax that shows all...
March 2, 2011 at 4:06 pm
UMG Developer (2/18/2011)
SELECT
o.name AS "Table Name",
...
February 25, 2011 at 11:31 am
Jeff Moden (2/14/2011)
YSLGuru (2/14/2011)
February 22, 2011 at 3:33 pm
Jeff Moden (2/17/2011)
YSLGuru (2/24/2009)
corey lawson (12/5/2007)
February 22, 2011 at 3:23 pm
Thanks guys for replying with the suggestions. I actually stumbled across another method that I went with because of its ease of use. It does require using the...
February 22, 2011 at 3:12 pm
Thanks for sharing ALZDBA but I think thats just for showing how long SQL Server has been running and not the uptime for the Windosw Server its running on. ...
February 21, 2011 at 11:31 am
Craig Farrell (2/14/2011)
February 14, 2011 at 4:01 pm
PaUL
I have a follow-up question now that i read thru the article on Query Plans. I assume you have used this and if thats wrong please let me know.
If...
February 8, 2011 at 9:58 am
OK Paul I will read it through in it entirety this time.
thanks
February 7, 2011 at 1:48 pm
PaulB-TheOneAndOnly (2/5/2011)
YSLGuru (2/5/2011)
Well that would certainly be one way to do it....and the other way is Plan Guides; check link on my previous post 😉
Paul - I did...
February 7, 2011 at 8:54 am
Paul,
Well that would certainly be one way to do it. Thanks
February 5, 2011 at 4:32 pm
Viewing 15 posts - 316 through 330 (of 769 total)