Viewing 15 posts - 586 through 600 (of 639 total)
I just had the same issue, Had to do lock pages in memory (918483).
Fixed the message i had
March 7, 2008 at 7:03 am
Thanks for the additonal information.
February 29, 2008 at 7:58 am
Thanks for replying. Is about to do the same here.
I guess i have to just move the model, master, afterwards..
As it all got installed on C....i tried to move...
February 28, 2008 at 4:00 pm
Did you manage to get everything installed on D and nothing on C if so could you share.
February 28, 2008 at 12:30 pm
This was on a restore from SQL 2000 to SQL 2005 everything was checked then few weeks later appeared the corruption.
This is the first time i seen corruption on a...
January 26, 2008 at 7:10 am
hi there i am changing all my NT Accounts to a new domain\username.
Do you have a script for SQL 2005 that would generate the creation.
So if i have olddomain\username that...
January 24, 2008 at 3:42 pm
Just out of curosity is it best not to do reindex on master, model, msdb tables.
i know the reindex update statistics.
When do you think it is best to run the...
January 23, 2008 at 10:56 am
I found it, i had to drop all the indexes before i did a major conversion of the database, then recreated the indexes but did not put back the fill...
January 8, 2008 at 8:28 am
Put the SQL Profiler on and your capture every single piece of code they run select, insert update.
January 3, 2008 at 10:25 am
Quest Spotlight the first one they brought out was advised only run for small periods of time.
The latest one is the enterprise which is for 24 hours.
SQL Litespeed is generally...
January 3, 2008 at 10:22 am
Here are some here
Click on the SQLIO i used this one.
I done this on Production and Test but at hours when no one around. You will need...
January 3, 2008 at 10:18 am
Get the company to invest in Quest Software probrably the best software i bought for SQL.
I can see the entire status of the database in a graphical display from CPU,...
January 3, 2008 at 7:54 am
What is embedded SQL.
Most of the developers will be testing their databases and applications.
Major ERP system is from outside companies that provide upgrades for the SQL 2005.
We will be testing...
January 3, 2008 at 7:49 am
I was looking at the statistics on a table.
Created one table
DECLARE @COUNT INT
SET @COUNT = 1
WHILE @COUNT <= 1000
begin
insert into CUSTOMER (CUSTOMER_ID, CUSTOMER_NAME)
VALUES (@COUNT, '12345678901234567890')
SET @COUNT = @COUNT + 1
END
Table...
December 29, 2007 at 8:12 am
Viewing 15 posts - 586 through 600 (of 639 total)