Viewing 15 posts - 2,296 through 2,310 (of 2,636 total)
You may not be able to reduce the log size further because the transaction log can't shrink below the size of the active virtual log file. DBCC LOGINFO will show...
July 20, 2005 at 12:57 pm
I hear that! It was easier to drive a car like that when all I had to pay for was rent, gas, and beer.
Greg
July 19, 2005 at 1:06 pm
I've fallen back on my trusty '77 Chev pickup since my Toyota decided to blow a hole in the engine block.
I'm afraid, as I've gotten older, I've fallen victim to...
July 18, 2005 at 4:57 pm
We use a 3-part naming standard for data elements.
part 1 - Entity prefix acronym or abbreviation of the logical entity or physical fil that the element is an attribute...
July 14, 2005 at 9:14 am
Also, to be a "real DBA", you have to get some experience in addition to reading.
Greg
July 13, 2005 at 2:16 pm
Use the command line utility dtsrunui to generate the DTSRUN command with parameters.
I won't give you the details because Phill Carter gives a good explanation of how to use it...
July 13, 2005 at 2:12 pm
Then back up the log now, if you haven't already. Restore the full backup using WITH NORECOVERY, then restore the log backup using WITH RECOVERY and designating the STOPAT time.
If...
July 12, 2005 at 12:29 pm
Antoine,
In order to restore to a point-in-time, you must have a full database backup from before the deletions as well as an unbroken chain of log backups taken since the full backup. ...
July 12, 2005 at 11:05 am
I've used the trial version of Embarcadero's DBArtisan and liked it, especially for multiple platform administration. At the time, we had both Oracle and SQL Server and I could use...
July 12, 2005 at 10:54 am
I agree with Lamp. You can't do this with the wizard. You need to create a package.
The Transform Data tasks will execute serially if only one source connection is used. ...
July 12, 2005 at 10:36 am
Terry,
Can you give your users a web application that will execute the stored procecure?
Exporting to a csv file without column headings is easy in DTS, but then you have to...
July 12, 2005 at 10:04 am
I agree with Dinesh and I'll add that, practically, the order of columns in a tabe doesn't matter.
Greg
July 12, 2005 at 9:40 am
Can you connect to the SQL Server using the SQL Server Agent login and run the package manually?
Greg
July 8, 2005 at 10:24 am
I'd use method 2 but omit dropping and recreating the primary keys.
Greg
June 24, 2005 at 11:09 am
Let's make it simple and say sysadmin. Users and developers shouldn't be able to install anything on a production server.
Greg
June 23, 2005 at 5:31 pm
Viewing 15 posts - 2,296 through 2,310 (of 2,636 total)