Viewing 15 posts - 1,051 through 1,065 (of 1,539 total)
thang_ngo_2002 (6/18/2009)
I use "Generate SQL scripts", but they lack info of Trigger,...
June 18, 2009 at 3:24 am
All backup operations in sql 2000 are online unless u're using detach/attach,
Backup database mydb to disk ='my path\my file' backs up the db online while other users can make changes...
June 18, 2009 at 3:19 am
also try to run the job as SA and see if the problem relates to privilages of the archive user??
Since the database is put under simple recovery model, i dont...
June 18, 2009 at 2:06 am
what do u mean by archive production db? are you taking backup of production db here?
also what is the relation between archive and production db? i cant seem to find...
June 18, 2009 at 1:47 am
to set db in single user mode without looping, use this
alter database mydb set single_user with rollback immediate
to set db in multi user mode,use this
alter database mydb set multi_user
June 18, 2009 at 1:45 am
descentflower (6/18/2009)
Hi,top(2) for id=1
top(3) for id=2
still unclear what u need!!
can u post sample data in each tables and expected output.
June 18, 2009 at 1:39 am
John Marsh (6/18/2009)
Hello,If you only want to copy data from certain Tables, then may be Replication is what you need.
Regards,
John Marsh
Yes, this is a better and faster option. Or you...
June 18, 2009 at 1:37 am
kishoretukuntla (6/18/2009)
My requirement exactly is, i have a two databases in two different
servers. That servers located one is in my working place(in my office) and...
June 18, 2009 at 1:35 am
Also, speak to your network guys on the network fluctuations.
Run this command and give it to the network guys as proof of fluctuation.
c:\> ping xx.xx.xx.xx -t > c:\ping_results.txt
This will create...
June 18, 2009 at 1:19 am
also, post failover, try hitting few test queries on the server. If u're able to do that, ur application will be able to do so.
Check connectivity parameters in ur application...
June 18, 2009 at 1:12 am
Are you sure you want to use NOLOCK clause in your query. This may give inconsistent results at times 😉
June 18, 2009 at 1:07 am
descentflower (6/18/2009)
I have been receiving below error when i use top(p.nid) in my select.
error:
The reference to column "nid" is not allowed in the argument of the TOP clause. Only references...
June 18, 2009 at 1:00 am
well thats a big requirement.
Depending on the level of proficiency ur employer is seeking, they can ask u different types of questions.
However, you must be very good at
1. backup...
June 18, 2009 at 12:48 am
kishoretukuntla (6/18/2009)
I have a requirement like, I am working with two servers,one is in
intranet(lan or local server) and another server(host server) is in internet.I have to...
June 18, 2009 at 12:43 am
hi_abhay78 (6/18/2009)
Why to apply so many differential backups when one would suffice 🙂
He's restoring to the reporting server everyday morning with diff backup...
log shipping would have been a better option...
June 18, 2009 at 12:38 am
Viewing 15 posts - 1,051 through 1,065 (of 1,539 total)