Viewing 15 posts - 1,141 through 1,155 (of 1,248 total)
Here is my guess. You have more than one chanel to dump data to your database. In log shipping, your database is waiting for logs with right lsn. If you...
November 16, 2006 at 12:57 pm
Based on my experience, you may consider the business intelligence (BI) design. However, based on your description, your database is not huge at all. I believe a regular design should...
November 16, 2006 at 9:13 am
After the first condition for CASE is met, the execution jumps out from the CASE. That is the reason why you obtain those results.
November 16, 2006 at 9:08 am
An interesting question. I would like to know the answer, too.
November 16, 2006 at 8:37 am
master database is used mainly for security. If you do not have any change in this server, you may not backup this database every day. But you should backup this...
November 16, 2006 at 8:20 am
You just need to give a desired database name and change the file paths in your restoring database. It is very easy to follow in EM.
November 16, 2006 at 8:15 am
I had the same eperience. I had to drop the database and re-restore it.
November 15, 2006 at 1:55 pm
MSDB
November 15, 2006 at 1:53 pm
Detach, copy, attach.
November 15, 2006 at 1:52 pm
You need him privileges to access to sysjobs, sysjobhistory, sysjobsteps.
November 15, 2006 at 1:50 pm
I do not know if we can asssign each database with different port number. But if you would like to know the port number of network configuration, you can
Open the...
November 10, 2006 at 2:43 pm
The answer is yes.
To trace login, use master..sysxlogins;
To trace users, use sysusers and sysprotect in each database;
Add triggers on these tables.
November 10, 2006 at 2:38 pm
Viewing 15 posts - 1,141 through 1,155 (of 1,248 total)