Viewing 15 posts - 3,826 through 3,840 (of 7,187 total)
Who is Bueller?
Why don't you put the file in its own folder, then you don't need to worry about the file name - just look for any file in that...
September 26, 2013 at 8:55 am
That's rough. What are non-technical people doing even looking at code, never mind imposing standards for it?
John
September 26, 2013 at 8:21 am
Maybe you could get the powers that be to have a look at the article I linked to? If I remember correctly, the thrust of the argument was that...
September 26, 2013 at 8:13 am
There was an interesting discussion on comments recently here.
John
September 26, 2013 at 2:21 am
Does this happen every time, or did it just occur once? Do you have any jobs or triggers on Server B that might remove the indexes?
John
September 25, 2013 at 5:07 am
Is this repeatable, or did it just happen once? What statement(s) are you using to restore the database, and what statements (if any) do you run after it?
You appear...
September 25, 2013 at 2:28 am
I think what Jeff is getting at, and I agree, is that you shouldn't necessary use the first solution you're given. Mark himself admitted that it's "quick and dirty"...
September 20, 2013 at 1:10 am
I've got a feeling the free space only tells you what's in the data file. Have you tried sp_spaceused?
John
September 19, 2013 at 9:02 am
The database size in the database properties window includes the log file size.
John
September 19, 2013 at 8:52 am
The only thing I can think of is to use the percent_complete column of sys.dm_exec_requests. You'll want to test to find out how accurate and reliable it is.
John
September 19, 2013 at 4:03 am
Viewing 15 posts - 3,826 through 3,840 (of 7,187 total)