Viewing 15 posts - 136 through 150 (of 286 total)
glen_self (6/16/2010)
SYBASE is a companySQL is a language
Thanks for pointing out ! I should have been more clear !
what I meant by sybase is SYBASE ASE 12.5.4 or 15.0.3
and...
June 16, 2010 at 8:53 am
Mainly dump is used for SYBASE where as backup is used for SQL.
dump database [dbname] to 'compress::/<pathname>.bak' ==> for sybase
backup database [dbname]
to disk = 'd:\tempdbackup\dbname.bak'
HTH,
\\K
June 15, 2010 at 8:42 pm
RaviShankar1234 (4/13/2010)
Here is my question, I have database that is in full recovery mode, I have mdf and ldf files on two different drives and Logfile continuously growing.
a. My...
April 15, 2010 at 7:45 am
RaviShankar1234 (4/13/2010)
Here is my question, I have database that is in full recovery mode, I have mdf and ldf files on two different drives and Logfile continuously growing.
a. My...
April 15, 2010 at 7:45 am
Hello,
Thanks for posting back as this can help others having similar problem to get resolved.
Glad could help !
Thanks,
\\K
April 14, 2010 at 7:46 am
Garadin (4/8/2010)
April 11, 2010 at 8:28 pm
Garadin (4/8/2010)
April 11, 2010 at 4:10 pm
mangeshd (4/6/2010)
April 6, 2010 at 7:55 pm
Hello,
Sorry my bad .. your code works fine .. Thanks a lot 🙂
Also, is there a way that I can use this code's output and compare with a standard table....
April 5, 2010 at 11:09 am
Hello,
Sorry my bad .. your code works fine .. Thanks a lot 🙂
Also, is there a way that I can use this code's output and compare with a standard table....
April 5, 2010 at 11:09 am
COldCoffee (4/4/2010)
April 5, 2010 at 8:24 am
COldCoffee (4/4/2010)
April 5, 2010 at 8:24 am
Hello,
Before dropping anything, it is better to script your replication settings first. I would go for creating both : Drop and Create scripts.
This will be more useful if you...
April 2, 2010 at 9:39 pm
Steve Jones - Editor (4/2/2010)
What I might do is find the settings in the system,...
April 2, 2010 at 9:27 pm
BertusJ (3/30/2010)
Everything work fine except that the .ldf file at the subscriber site is growing and...
April 2, 2010 at 9:03 pm
Viewing 15 posts - 136 through 150 (of 286 total)