Viewing 15 posts - 1,156 through 1,170 (of 1,253 total)
Hi
I think u can script logins,users and user permissions and run the script on the new server.
"Keep Trying"
July 1, 2007 at 11:53 pm
hi
to supress the messages use the "WITH NO_INFOMSGS" option with the command.
"Keep Trying"
May 9, 2007 at 4:05 am
Hi
Not a very convincing post. A project is successfull only when all the people associated with it feel its useful to them. The post talks about real situations that we...
"Keep Trying"
April 30, 2007 at 12:32 am
hi
this should be the design for this purpose
"Keep Trying"
April 12, 2007 at 11:14 pm
hi
is the new installation on the same server on which sql 2000 is running.since u logged in as sa we can assume that privileges wont be a issue.
r u trying...
"Keep Trying"
March 22, 2007 at 5:46 am
hi
yes trigger might be the cause of the problem.
"Keep Trying"
March 22, 2007 at 5:39 am
hi
how are u trying the restore? i did not get this "If I restore a data of one Database 'A' to another Database 'B'".
Are u using Restore the backup of...
"Keep Trying"
March 19, 2007 at 1:52 am
Hi
is ur sql database on a local server or network server. check the credentials you ar using to connect to the database
Chirag
"Keep Trying"
March 5, 2007 at 10:51 pm
hi
i got it the same way...in the setup files folder and also registry.
regards
chirag
"Keep Trying"
February 25, 2007 at 9:15 pm
Hi
Thanks Duncan & Colin.
Duncan -
I want this information for connecting and restoreing a db at a clients place remotely and person who has installed it has already left the...
"Keep Trying"
February 14, 2007 at 10:24 pm
hi
i did not understand fully what u meant by your statement
"yes iam trying to insert same record once again because, one new record will be added to that table thats...
"Keep Trying"
February 12, 2007 at 10:28 pm
hi
r u inserting the same record once again. that might be causing the unique constraint violation.
"Keep Trying"
February 12, 2007 at 3:49 am
Hi
If Exists (SELECT name from sysdatabases where name = 'MyDataBase')
BEGIN
USE MyDataBase
select * from MyDataBase..MyTable
END
"Keep Trying"
February 5, 2007 at 10:08 pm
hi
try this......
select u.userid from users u left outer join userroles ur on u.userid = ur.userid
where ur.roleid is null.
"Keep Trying"
January 30, 2007 at 4:41 am
hi
does the REQUEST_DATE_TIME column contain date as well as time. if so you will have to format this column in your query.
"Keep Trying"
January 30, 2007 at 4:31 am
Viewing 15 posts - 1,156 through 1,170 (of 1,253 total)