Viewing 15 posts - 4,216 through 4,230 (of 6,677 total)
Create a new Integration Services project in BIDS. Right-click on the SSIS Packages folder and Add Existing Package.
In the dialog box, select the correct package location, the server and...
January 28, 2010 at 4:53 pm
lisbon (1/28/2010)
Hi,As noted before, if you always do full backups you can change the recovery model to SIMPLE in database options and the log will shrink after each backup.
Best,
lx
Neither the...
January 28, 2010 at 7:56 am
Compatibility mode affects what commands are available in that database. It is used generally for backward compatibility to allow legacy code written using deprecated code to run on a...
January 27, 2010 at 6:29 pm
How about this:
SELECT *
FROM #s
WHERE name collate Latin1_General_BIN = upper([name])
January 27, 2010 at 6:26 pm
Sorry - don't have another URL and not sure why your virus scanner is seeing something that isn't there.
Here is an example from that site, which shows how to create...
January 27, 2010 at 6:16 pm
Take a look at this article: http://support.microsoft.com/kb/934396
January 27, 2010 at 5:42 pm
It sounds like you are building up a SQL string in your code using concatenation, and then submitting that to SQL Server to be executed.
Please be aware that technique is...
January 27, 2010 at 5:36 pm
shaunspad (1/27/2010)
However I'm not detaching the DB's when I move them, I'm simply taking them offline. I'm...
January 27, 2010 at 5:25 pm
For future reference, it is much easier to install the system databases into their final location instead of using the default values and then moving them.
During the install, select the...
January 27, 2010 at 8:51 am
CirquedeSQLeil (1/26/2010)
January 27, 2010 at 8:43 am
A couple of previous suggestions recommend changing the recovery model to SIMPLE and back to FULL. That should only be used as a last resort because it will break...
January 27, 2010 at 8:39 am
Here is the article I was referring to: http://www.sqlskills.com/BLOGS/KIMBERLY/post/Transaction-Log-VLFs-too-many-or-too-few.aspx
The sizing at 8GB probably is not relevant for you - but, the information on how the VLF's are created will probably...
January 27, 2010 at 8:18 am
CirquedeSQLeil (1/26/2010)
Paul White (1/26/2010)
The Dixie Flatline (1/26/2010)
You're an evil man, Emperor Paulpatine.... :laugh:
Oh so The Dixie Flatline *is* Bob! I missed the transition somewhere...d'oh!
Thanks for the high...
January 26, 2010 at 9:40 pm
There really isn't anything that will show the growth over time - but, you can look at the backup history of the transaction log and see what times are the...
January 26, 2010 at 9:21 pm
phil.curtis (1/26/2010)
My goal is to use the mail interface to email notifications on DTS job failures.
I'm sorry - but what mail interface? You cannot use SQL Mail without installing...
January 26, 2010 at 7:18 pm
Viewing 15 posts - 4,216 through 4,230 (of 6,677 total)