Viewing 15 posts - 31 through 45 (of 243 total)
Ray Mond (3/6/2011)
1. stopping the ms sql server services and restarting the windows machine.
2. Restarting the windows machine without stopping the ms sql server .
Option 1 is fine. ...
March 6, 2011 at 4:37 am
Thanks for your reply.
Here my requirement is , i want to restart the windows machine in which ms sql server is running which one of the following would be best...
March 6, 2011 at 2:08 am
Adiga (1/22/2011)
January 23, 2011 at 10:19 am
January 13, 2011 at 8:42 am
brahma-324514 (10/1/2009)
Hi,I got same kind of problem any help?
me too got same issue. but i have resolved this issue by adding another one data flow on the ssis package,then copy...
December 29, 2010 at 2:53 am
Hi,
Yes, Thanks for your reply.
December 15, 2010 at 10:11 pm
Jeff Moden (11/28/2010)
sudhakara (11/25/2010)
I am trying to copy the records from source server A to Destination server b by using the sql server task import/export wizard by using the query....
November 28, 2010 at 7:05 pm
magasvs (11/27/2010)
This will work if you use table variable instead of temp table:EXEC sp_executesql @statment = N' DECLARE @t1 TABLE
(
ID int
)
insert @t1
select 1
select * from @t1'
Thanks for...
November 27, 2010 at 9:38 pm
Adiga (11/22/2010)
You connect to SSIS, SSRS using SSMS. After connecting at the right side of the service, the version information is displayed as in this screenshot.
Thanks for your reply...
Is there...
November 22, 2010 at 9:28 am
sqlbuddy123 (11/12/2010)
November 14, 2010 at 4:15 pm
pavan_srirangam (11/12/2010)
Did you check that you are not using sql server authentication?
Yes i ensured that it using the windows authentication.
November 14, 2010 at 4:13 pm
kyleheath33 (11/12/2010)
November 14, 2010 at 4:12 pm
xparmanand (11/12/2010)
Hi,Who is the Job owner?
If it is not sa then change it to sa & try!
Jobs runs under Sql Agent Service Account!
Regards,
Owner of the job has the sysadmin...
November 14, 2010 at 4:07 pm
GSquared (11/11/2010)
When you're running it, are you running it automatically, are you running it manually from a workstation, or are you running it while using...
November 12, 2010 at 4:43 am
Viewing 15 posts - 31 through 45 (of 243 total)