Viewing 15 posts - 26,956 through 26,970 (of 39,793 total)
Not sure what you can do there other than look for another job.
You want to perform lots of due diligence, meaning talk to more than the hiring manager. Talk to...
September 22, 2008 at 12:23 pm
They should all be there. Might be some search default for the current year, but you should be able to find them all.
September 22, 2008 at 8:44 am
If you give more information on why you are doing this and what your requirements are, we can give you more guidance.
September 20, 2008 at 2:40 pm
please post a question. the subject is not part of the question.
September 20, 2008 at 2:37 pm
Your logic makes sense to me. You might some slowdowns on loads, but most likely the R10 will help your queries (reads) and the logs with the OS won't slow...
September 20, 2008 at 2:36 pm
Check that the time passed is really 1 day. It doesn't remove the files when the next backup has occurred, but when a full day has passed between backups. you...
September 20, 2008 at 6:50 am
Please don't cross post. Answered here: http://www.sqlservercentral.com/Forums/Topic572937-146-1.aspx
September 20, 2008 at 6:49 am
However, if you don't use the WITH INIT option, they'll get to be the same size :hehe:
September 20, 2008 at 6:48 am
You really should be creating temporary tables (#tablename) in your proc, and not a permanent table if you are constantly dropping them. You'll run into concurrency issues at some point.
September 20, 2008 at 6:47 am
There are a few things. There isn't a client per se. There are client tools, which you will find in a group in Programs ( SQL Server 2005), but every...
September 20, 2008 at 6:46 am
This typically happens when you run a backup, and add a new backup file in the "Backup Database" dialog. Since the new file is highlighted and the one that was...
September 20, 2008 at 6:44 am
There are a few issues, and Clive has talked well about them.
The more often you run log backups, the smaller they are. However, to apply them, you need to interrupt...
September 20, 2008 at 6:43 am
Improving query performance depends upon many things. You have to look at the queries, see if more indexes would help. Or if different indexes would help. How often do the...
September 20, 2008 at 6:38 am
You misquoted MSDN. The quote before that says IF the data files need more space and can't get it, a database engine error is issued. The quote misleads people to...
September 19, 2008 at 10:37 am
Viewing 15 posts - 26,956 through 26,970 (of 39,793 total)