Viewing 15 posts - 31 through 45 (of 142 total)
Hi Ian,
I like your script and I have started incorporating it into my tool kit.
One comment on SpaceUsed. The Transaction Log Record count is certainly useful but I think the...
June 21, 2016 at 11:41 am
Hi John,
Lot's of good ideas and code snippets that I plan to put to good use. Thanks,
You should look into sys.dm_os_volume_stats(<database_id>, <file_id>. This is a great little function added...
June 13, 2016 at 3:09 pm
When the Major Release cycle is ~2 years and the license model changes and the recommendation to apply the ~bi-monthly CU's, and Patch Tuesday, it seems that MS is driving...
June 2, 2016 at 8:58 am
The attitude of many developers toward SQL and relational databases has always puzzled me.
The database provides data persistence, can help enforce data integrity, and simplifies many relationship oriented patterns.
All interesting...
May 17, 2016 at 8:57 am
Hi Arun,
I am a bit confused by your configuration data, specifically RAM. Is 24GB the Total RAM on the server? or is it just the Server Max Memory for...
May 6, 2016 at 11:00 am
This is just an aside and certainly not a criticism of your well crafted code 🙂
I have always been "amused" by the "set-based mafia" who insist that my use of...
April 16, 2016 at 3:21 pm
Thanks for the reply Lowell.
I received the "WARNING: Error initializing default drive: 'Unable to find a default server with Active Directory Web Services running.'." message.
I was trying to run the...
April 2, 2016 at 9:47 am
andre.quitta (3/31/2016)
[font="Courier New"]Import-Module : The specified module 'ActiveDirectory' was not loaded because no valid module file was...
April 1, 2016 at 8:33 am
Thanks Jack,
I must have looked at a couple of dozen pages searching for release info. I don't know how I missed this one.
February 4, 2016 at 8:55 am
I am sorry that I fall short of your expectations and apologize for not meeting your standards.
I will of course, bow to your superior knowledge and refrain from future contributions.
January 6, 2016 at 8:07 am
The OP question was not about performance. It was about syntax
January 6, 2016 at 6:59 am
Sean Lange (1/5/2016)
This thread is 5 years old. 😉
What's your point? The Original post still pops up in searches and is still valid.
I realize the first reply "solved" the problem...
January 6, 2016 at 5:13 am
The syntax error was because you have a select sub-query
Select @Return = Select ....
Your second Select needs to be in parens
Select @Return = (Select ..........
January 5, 2016 at 2:43 pm
dbeggs57 (12/22/2015)
December 24, 2015 at 9:03 am
"but I also truly believe that the pressures of getting software released overwhelm the concerns and dangers that exist overall. "
You can talk about "the idiots that design" or "trusting...
November 2, 2015 at 1:00 pm
Viewing 15 posts - 31 through 45 (of 142 total)