Viewing 15 posts - 46 through 60 (of 92 total)
I always it's sqlserver.exe. My cpu constanstly reaches 100% and caused slowness for my website.
Minh Vu
September 8, 2005 at 2:25 pm
I really like to know to do the looping. Can you give me an example?
August 11, 2005 at 6:05 pm
I don't have any relations on the tables, no insert triggers eithere. My server is good enough. The think is I insert data from a link server.
insert into [122.23.23.2].ed.dbo.product_inventory
select *...
August 11, 2005 at 5:53 pm
My goal is to add an identity field so that I instruct my query to insert 1000 record at a time, but I don't know how. Please rescue me.
Thanks,
Minh Vu
August 11, 2005 at 4:16 pm
I did shrink the db by using dbcc, but the problem was my db did not got shrunk at all.
Minh
August 3, 2005 at 9:43 pm
Yes, you need to link the server before you can use open query.
Minh
August 2, 2005 at 6:53 pm
Yes, you can. I just figured out. I needed to put my ip in bracket:
[172.2.24.5]. It worked for me.
Thanks,
Minh
August 2, 2005 at 12:09 am
Another option is detach and attach your db, delete the ldf file, then attach your db. This will automatically create a new log file.
Hope that help.
Minh
July 9, 2005 at 9:21 am
I tried that too, but it is not correct syntax. I meant something like this. set @cmd = 'copy F:\data_dump\emer\inventory.txt @filename'
But like I said, I couldn't put parameter in quotes.
Minh...
July 8, 2005 at 11:29 am
Thank you so much for all of the input. The only problem I had is sp_msforeachdb.
When I run sp_msforeachdb myprocedure, the result occurred with the current db that I...
June 14, 2005 at 9:30 am
I tried, but if the indexes dropped, the queries run a lot longer that can take 100% of CPU. Therefore, when I turn on a trace, it even lows down...
June 2, 2005 at 9:37 am
Viewing 15 posts - 46 through 60 (of 92 total)