Viewing 15 posts - 6,136 through 6,150 (of 7,429 total)
You need to use a lock hint to prevent access see BOL "Locking Hints". Also # temp tables are only visible to the connection that created it. Thsu connection 1...
May 2, 2002 at 11:12 am
Seems sound, does the path it barks about exist? I believe it tests for the validity and that is why you get the error.
"Don't roll your eyes at me. I...
May 2, 2002 at 11:04 am
Yeah, and whatever works just as long as it works.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
May 2, 2002 at 10:51 am
Try sp_detach_db to detach both and then sp_attach_db where you can set the path of both files when reattaching to the server.
"Don't roll your eyes at me. I will tape...
May 2, 2002 at 10:49 am
You can setup fielgroups and specifiy which filegroups you want a nonclustered index in and which the table is in. We generally only do this on large databases to try...
May 2, 2002 at 10:47 am
Have you checked the SQL Server Logs and Event Viewer to see if any details?
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
May 2, 2002 at 10:38 am
Must be. But I try that and still have no issues. I will test some more tomorrow to see if I can get it to happen. May be something the...
May 2, 2002 at 10:17 am
Take a look at this, may apply in your case where you have the db and log backedup in the same file. You did say you had 2 files visible...
May 2, 2002 at 10:16 am
I generally only worry with the patches if they apply to me directly. You have to be carefull thought with patches outside the SP method as they have a shorter...
May 2, 2002 at 9:37 am
I believe this is the correct syntax.
Delete Openquery(db2, 'select * from mytable')
If not then look at http://search.support.microsoft.com/search/default.aspx?Catalog=LCID%3D1033%26CDID%3DEN-US-KB%26PRODLISTSRC%3DON&Product=sql&Query=openquery%2520delete&Queryc=openquery+delete&withinResults=false&srchstep=0&KeywordType=ALL&Titles=false&numDays=&maxResults=25 and see if anything helps answer the question.
"Don't roll your eyes at me....
May 2, 2002 at 9:33 am
Cannot join these 2 INSERTS into 1. Have to run seperately. Unless you try a union query with the values to table1.
SELECT 'jack','mary','billy'
UNION ALL
select * from Table1 where city='charlotte'
but this...
May 2, 2002 at 9:22 am
I am stumped, what is the exact message you are getting (verbaitum) as I find no answer at this point unless there is some major version difference from the original...
May 2, 2002 at 9:20 am
When I do the schedule option it adds an item to Management->SQLAgents->jobs named like so DBNAME backup which I deleted to stop this schedule otherwise you did not actually...
May 2, 2002 at 9:11 am
Try the service pack but I do believe it is the difference in processors as you don't have as many thread pools servicing requests. Microsoft use the number of processors...
May 2, 2002 at 9:06 am
Actually have a friend who owns one and yes it is awkward at first and takes a bit getting used to. However is much better than the first generation was...
May 2, 2002 at 8:32 am
Viewing 15 posts - 6,136 through 6,150 (of 7,429 total)