Viewing 10 posts - 16 through 25 (of 25 total)
u must have full Backup sets or Devices or files to restore a database . it not possible to bakeup to more than one device or media and restore from...
July 21, 2003 at 11:30 am
by using Datename() function u can group
in weekly or monthly
July 21, 2003 at 10:39 am
sql server store this info in sysdatabase table of master database . it is not possible to edit this value by default . U have to use "Allowupdate" option .
...
July 7, 2003 at 10:10 am
u can use update statement .
update Table set column=value where column is null
if u r adding a new column in an existing table u can avoid null using with value...
June 2, 2003 at 12:00 pm
if u want info about active connection u can get those from master.sysprocesses
June 2, 2003 at 11:17 am
it is not possible to get data if there is no backup .
if u got .LDF upto date u can try some tool
to get data back.
Try this...
June 2, 2003 at 11:01 am
there are number of ways u can find registered servers . one is
"select * from
sysservers " .
This is system table which is in master database .
IF u are...
June 2, 2003 at 10:42 am
Try Join Hints or option with Join .
The Query Optimizer always tries to identify the fastest way to JOIN tables.
The fastest JOIN method is the Loop JOIN, followed by...
June 2, 2003 at 10:32 am
[]
Can you post the code?
''~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
'' Author PADMAKUMAR
'' Restore DATABASE To standby Server
''
''~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Private WithEvents oRestore ...
March 4, 2003 at 9:47 am
Viewing 10 posts - 16 through 25 (of 25 total)