Viewing 15 posts - 31,576 through 31,590 (of 39,754 total)
Chris,
I tend to agree with Brandie. I think you had a good response, but you shouldn't necessarily expect an answer back.
Good luck on the next one!
August 20, 2007 at 8:33 am
Go side by side, less risk. Big thing is to be sure that a new instance name won't mess up your code/application. This is the safest, especially if you are...
August 20, 2007 at 8:30 am
Chris, there are 2 states, but 3 modes. A snapshot should move.
August 20, 2007 at 8:27 am
Search hierarchies in SQL Server, but why bother.
Then get the results you need and you'd need to display the tree list in your ASP page. The SQL query would have...
August 20, 2007 at 8:26 am
This could be more complicated than you expect or simple. Are you looking to move the contents of a particular view to a particular file each time? Or does this...
August 20, 2007 at 8:25 am
Search hierarchies here or on Google for more samples.
August 20, 2007 at 8:22 am
I don't think you want to change this proc. Maybe add your own to master as sp_spaceused_2 or something.
Be sure you keep a copy elsewhere. If you rebuilt the master...
August 20, 2007 at 8:22 am
This has been moved.
The logs being backed up at 600MB every hour is interesting. Is this an extremely busy system? Can you give us an idea of db size, full...
August 20, 2007 at 8:21 am
The need for tuning doesn't imply poor coding. It can, and I'd agree with that, but it also could be that you're trying to make things more efficient, which is...
August 18, 2007 at 8:10 am
But does the manhole knowledge say anything about the person? It could be trivia, read on a board like this, learned in engineering class, etc.
August 17, 2007 at 11:14 am
Do you mean a single disk of a R-5 array?
We've had notifications set up before in software to notify administrators. At the least this should be written to the Windows...
August 17, 2007 at 11:01 am
I don't think that's an accurate count. If you check the properties of each database, you will see the size and space available. The difference is your data, index, and...
August 17, 2007 at 9:48 am
You can do things like
select venue, date, avg(los)
from table
group by venue, date
Are the dates really dates only or are times in there. You might be able to clean...
August 17, 2007 at 9:43 am
I guess I wasn't thinking of just bad code, but decent code you write to get a job done. We all could stand our code to be tuned to some...
August 17, 2007 at 6:37 am
Sorry to hear that David and good luck taking it again. Definitely spend some time just doing stuff in SSMS, add users, permissions, etc. Just talk through exercises and get...
August 16, 2007 at 8:51 pm
Viewing 15 posts - 31,576 through 31,590 (of 39,754 total)