Viewing 15 posts - 46 through 60 (of 99 total)
If you don't backup the Log File, change the database recovery option to simple, but first time, detach you database and then attach the database with out the log file...
September 26, 2005 at 12:19 am
Dear Raj,
I ever have a problem in the replication like your, about 3 years ago, so I try to share with you to solve that.
Btw, for the DRP, have...
September 25, 2005 at 10:13 pm
If you run the DTS, it's always depend on your network bandwidth, for your case i think it's good if you use a FTP. You can create a DTS to...
September 23, 2005 at 6:21 am
I think you must modify index in the table, try to make unique or primary key, because the lock process only will lock 1 record. If you don't define index...
September 23, 2005 at 5:10 am
Only one column can inserting to the variable.
TSQL = SELECT @nBudgetUnit = (SELECT a.MEM_ID FROM dbBudget.UNIT_TREE as a (NOLOCK)
INNER JOIN dbBudget.UNIT as b on...
September 23, 2005 at 3:45 am
Change the sa cannot change any object in your SQL, but if you have an application that connect to the SQL using the sa user id, you must change in...
September 22, 2005 at 7:56 pm
September 22, 2005 at 4:04 am
As I know, this error display because we not yet update SQL with SP3 or SP4. The installation will be continued.
September 22, 2005 at 2:20 am
SQL Server didn't have synonym object like in oracle.
September 20, 2005 at 7:44 pm
In SQL it's possible, you just create a linked server to the destination server
September 20, 2005 at 1:18 am
Now you add the user id (distributor_admin) to the remote server as a remote login
September 19, 2005 at 9:45 pm
I think the 'local' option in the sp_addserver must be specified, because you configure the replication in the local machine, right?
September 19, 2005 at 7:50 pm
Dear Raj,
I'm sure that is because the servername, please refer to the BOL in the section sp_addserver
September 19, 2005 at 4:49 am
Viewing 15 posts - 46 through 60 (of 99 total)