Viewing 15 posts - 481 through 495 (of 816 total)
SELECT a.agentid,c.restid,c.plancode
from #a1 a, #c1 c
where c.restid not in (select restid from #b1)
October 6, 2010 at 2:27 am
if you check the system log(in event viewer), you will see the source as 'service control manager' and you will see the details there.
October 6, 2010 at 1:59 am
other alternate is use linked server.
edit:-
follow this linke on how to configure
October 2, 2010 at 4:23 am
Thanks a lot Stew
Ashish, i would suggest you read YOUR signature line to get the best help from the forumites :w00t:
Actually I cant read my signature while posting the...
September 29, 2010 at 6:48 am
Thanks it worked. Though was giving error 'Incorrect syntax near ','.'
but sorted it by removing the breacket in
group by (.......,.....,...).
Thanks again for help.
Can we use the same method...
September 29, 2010 at 5:31 am
Is it possible to create a linked server? if its possible.. pls give suggestion..
you can create as many linked server as u want with same destination server but your linked...
September 28, 2010 at 5:50 am
if you create the account in model and give required permission, then i think whenever then new database created, it will inherit the defaults from model.
September 28, 2010 at 5:13 am
have you found the solution of the problem as I am interested to know the investigation done and suggested.
September 28, 2010 at 4:44 am
the steps which is creating the new db, you can mention additional steps to grant required permission to the account which is running package.
September 28, 2010 at 4:43 am
I have posted some steps here
http://www.sqlservercentral.com/Forums/Topic993548-338-1.aspx#bm993618
could be useful for you
September 28, 2010 at 1:59 am
do one thing,
run the profiler and make it specific to that database and then from front end try to login and on back end your profiler will capture the...
September 27, 2010 at 11:19 am
but if you able to see the database then can you try to do--- select top 100 from a perticular table using gui(SSMS).
Also if the application was running till yesterday...
September 27, 2010 at 10:16 am
is it case sensitive server/database?
if the database like sharepoint database then put them in [ ] code.
Other option, if you able to see the database, right click on table and...
September 27, 2010 at 9:54 am
found one good article from MS website :-
having 490 pages but extracted the information relevant to my upgrade.
Can someone please review my steps :-
1.1.1.1Backup/Restore Upgrade Method
Take the following...
September 27, 2010 at 6:34 am
Viewing 15 posts - 481 through 495 (of 816 total)