Viewing 15 posts - 406 through 420 (of 605 total)
Hey Matthew,
You've got a few options really.
1) Log Shipping
2) Replication
3) DTS/Stored Procs
Replication and Log Shipping will basically provide a direct copy so you would have two copies. You would then...
January 23, 2006 at 4:04 am
Was looking for possible bug issues and thought I'd post something I spotted today...
When you execute a query in QA, a qag*.tmp file is created in Local Settings\Temp. When you...
January 20, 2006 at 4:19 am
Didn't realise that SQLRecon was based on SQLPing!
I guess in the job merry-go-round I missed that one. Will check it out!
January 18, 2006 at 12:29 pm
Hi Erik,
Do you mean delete the transaction logs that were taken before the last full backup?
If you run a full backup at say 10pm daily and you delete all of...
January 18, 2006 at 12:26 pm
Another tool you can use is SQL Ping.
January 17, 2006 at 3:56 am
Also, for the books...There are loads out there....Are you after any specific area's? But one I could not be without is Microsoft's Inside SQL Server 2000 by Kalen Delaney.
January 17, 2006 at 3:53 am
Hi Erik,
If you want to restore to a point in time, you do need the transaction logs! If you discard the transaction logs and you have a failure, you can...
January 17, 2006 at 3:51 am
Sounds like you need to run a backup!
Basically you should not need to really run shrinkdb. If you have a daily backup running and then transaction log backups executing at...
December 1, 2005 at 2:41 am
Hi dsql,
In DTS, you can map column to column. Its a drag and drop scenario.
With regards to the identity column, you can use the function SET IDENTITY_INSERT <Table> ON|OFF. This...
November 30, 2005 at 5:16 pm
I had to do something similar. I created a DTS package, that had some VBScript in it. The VBScript would pick up the last full backup and copy it to...
November 30, 2005 at 2:59 pm
What error message are you getting when you look at the scheduled job failure?
Are there any other jobs running at the same time? Somthing like a database/log backup?
November 30, 2005 at 2:51 pm
Hi,
First question would be, aside from splitting the database into two databases on the test server, have you altered any of the tables? I notice you have altered permissions, but...
November 30, 2005 at 2:35 pm
I would never hard code a password in a compiled app! As you say, a password name change would require a recompilation.
You have two options really. If you must use...
November 15, 2005 at 2:24 pm
Hi there,
It could be that the first time you were running the statement, the execution plan was being created and then subsequent queries were using the same execution plan.
However, it...
November 14, 2005 at 3:58 am
Hi Helen,
Do you mean you are running remote queries on a different server? What kind of query?
October 14, 2005 at 4:49 am
Viewing 15 posts - 406 through 420 (of 605 total)