Viewing 15 posts - 151 through 165 (of 237 total)
Can you post sample data, it will be much easier to help you out.
April 1, 2014 at 6:46 am
Remove the ISNULL from the second statement. Does it return all NULL values?
March 31, 2014 at 2:01 pm
Take a look at this, I believe this might fix your problem,
http://www.sqlservercentral.com/scripts/users/69523/%5B/url%5D
March 28, 2014 at 2:53 pm
If you copied the database files over before the sql logins it will break the login connection to the DB. You basically have to re-initialize the logins. There are a...
March 28, 2014 at 2:52 pm
New Born DBA (3/28/2014)
JoshDBGuy (3/28/2014)
I see that you are doing a batch, how many records are you archiving? Does the data contain blobs? (look for text fields).
I don't know how...
March 28, 2014 at 12:11 pm
New Born DBA (3/28/2014)
Jeff Moden (3/28/2014)
So, have you been shrinking the log file and that's how it got back down to 121 MB?
I am not, but yes they are being...
March 28, 2014 at 11:49 am
Grant Fritchey (3/28/2014)
JoshDBGuy (3/28/2014)
New Born DBA (3/28/2014)
JoshDBGuy (3/28/2014)
March 28, 2014 at 11:48 am
New Born DBA (3/28/2014)
Thanks a lot.
Sure, here's a good article[/url] from Pinal Dave that may help you understand how these backups work.
March 28, 2014 at 11:43 am
You want to maintain consistent T-Log backups from your last full backup. So if you backup at say 6:00 PM every day, you're going to want all of the T-Log...
March 28, 2014 at 11:40 am
New Born DBA (3/28/2014)
Please see the attachment.
That's actually two terabytes. That's your maximum file size, not the autogrowth amount. 10% is the amount your log file currently grows. If you...
March 28, 2014 at 9:24 am
New Born DBA (3/28/2014)
March 28, 2014 at 9:22 am
The better way to go about this is to determine why your server is having performance issues. Are people running massive amounts of ad-hoc queries? Have you reviewed your indexes?...
March 28, 2014 at 9:05 am
New Born DBA (3/28/2014)
1 more question. When the log...
March 28, 2014 at 8:59 am
Here's a good article,
http://technet.microsoft.com/en-us/library/bb402876(v=sql.105).aspx
March 28, 2014 at 8:56 am
Also, I forgot to mention in my above post, in the future you should think about putting your log and data files on separate drives. Both files placed on the...
March 28, 2014 at 8:44 am
Viewing 15 posts - 151 through 165 (of 237 total)