Viewing 15 posts - 31 through 45 (of 198 total)
dgvsbabu (11/21/2007)
you check whether there are two tables with same name and with different users.iam sure that might be the reason for your querry.
What is the definition for a "table...
November 21, 2007 at 3:52 am
Who is the owner actually?
I would say to assign a valid sql login as owner to your job. Other than you're administering the instance through that job (this requires sysadmin),...
November 21, 2007 at 3:45 am
Andy, the forum chat you've sent me to may be confusing. I do not use Standard edition, however BOL clearly states this recommendation for x64 Entreprise or Standard. This is...
November 21, 2007 at 3:37 am
If you create the same logins, which means you are creating different sql server logins but having the same name as for your initial instance, what will happen when you...
November 21, 2007 at 3:21 am
mcclurea (11/21/2007)
Just too clarify one point, lock pages in memory is not supported by sql2005 Standard edition. You can set it but it won't do anything.thanks
Andy.
Andy, I'm curious what does...
November 21, 2007 at 3:09 am
As with sql 2k5 memory architecture, specially on x64 (keep in mind that AWE is enabled by default here), it is highly recommended to set up the min/max memory for...
November 21, 2007 at 2:28 am
This info is here
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/rpldata9/html/5acf7585-fd64-4902-863b-f0132e0b478e.htm
November 20, 2007 at 7:11 pm
The fix should be applied on the instance you're running the distributed query from.
However, this is not the problem here; doing this from within a trigger is causing the hassle....
November 20, 2007 at 6:22 pm
I would say to drop the columns and re-create them again. Then select top 5 * and see if the columns are there.
You said "no errors" - check the error...
November 20, 2007 at 5:52 pm
This looks as a known sql 2k5 bug that has been solved after sp2; please take a look here http://support.microsoft.com/kb/937517, however there may be more than one reason...
November 20, 2007 at 5:45 pm
You can design your solution following the instructions in Allan Hirt's book Microsoft SQL Server 2000 High Availability; log shipping together with clustering is very much a good and old...
November 19, 2007 at 10:04 pm
It's hard to say what that means as your error may appears for a long list of reasons; however, it's good to check if your sql server service has "performe...
November 17, 2007 at 2:05 am
http://support.microsoft.com/kb/317375
this will help
November 16, 2007 at 5:06 pm
don't drop it yet; just run the WITH RECOVERY query from a new query window
November 16, 2007 at 5:03 pm
As a matter of fact, just change your db recovery model to simple if you do not need log backups; this will keep an appropriate size for your ldf file;
good...
November 16, 2007 at 4:59 pm
Viewing 15 posts - 31 through 45 (of 198 total)