Viewing 15 posts - 1,006 through 1,020 (of 1,291 total)
Edwin-376531 (11/18/2009)
Hello room,Can SQL 2000 with Simple recovery model participant in Backup and Recovery of Snapshot transaction replication?
Thanks,
TJ
Actually your single line question does not convey the complete sense of your...
November 18, 2009 at 5:45 pm
Try this
SELECT CAST(@issueDate AS DATETIME)
November 18, 2009 at 5:30 pm
Nothing to worry, the user you are connecting must not have permissions on that Database.
On the SQL Instance, see the permissions to that SQL login and if not given already...
November 18, 2009 at 4:30 pm
You need to restart, so should plan a maintenance window for your production server.
Have you tested by applying SP3 on your test or development servers? If not, then test it...
November 18, 2009 at 2:06 pm
I am starting to understand a little bit more now. But encourage you to post the create table scripts and some insert scripts to test the data. It would...
November 18, 2009 at 1:57 pm
Thanks Jack for correcting.
November 18, 2009 at 11:58 am
Would be able to help if error details / description can be posted.
November 18, 2009 at 11:45 am
Use this script
select [NAME] from dbo.syslogins where isntname = 1
If I am not wrong SQL Server does not store the First Name , Last Name of the Users, so...
November 18, 2009 at 11:40 am
forumdog (11/18/2009)
November 18, 2009 at 10:32 am
forumdog (11/18/2009)
November 18, 2009 at 10:01 am
forumdog (11/18/2009)
Is there is not there a way to meet my original requirement? If you don't know how to do it just say so?
Do not be so rude. If you...
November 18, 2009 at 10:00 am
If that is all you are doing, why not do it using the Execute SQL Task?
November 18, 2009 at 9:33 am
That's only half of the answer. What about the other part of the answer.
GilaMonster (11/18/2009)
Can you give the cursor definition, the full FETCH INTO and the full insert and delete?
.
Any...
November 18, 2009 at 8:44 am
stack_900 (11/18/2009)
Thanks so much!
You are welcome !
Did it solve your problem, if so how long did it take?
November 18, 2009 at 8:30 am
DBTeam (11/18/2009)
So it won't create any problem right,even though if we insert million of records into that in the future.
It will create a problem when a duplicate record is...
November 18, 2009 at 8:03 am
Viewing 15 posts - 1,006 through 1,020 (of 1,291 total)