Viewing 15 posts - 1,276 through 1,290 (of 1,366 total)
No am not local admin ...I dont have administrative privileages .The user which am using is a SQL login and its not a domain user.
May 22, 2008 at 6:28 am
I tried using a new login with only datareader and datawriter database roles and access to only one DB.
May 22, 2008 at 5:52 am
I think you tried to attach a SQL Server 2008 DB in SQL Server 2005.You cant attach 2008 DB in 2005
May 21, 2008 at 4:40 am
Whats tour database's present recovery model.
May 20, 2008 at 4:16 am
Go to registry-->software-->microsoft-->sql server-->instances...there you can find the instances installed in that particular machine.
Disclaimer:the path is not accurate
May 15, 2008 at 8:55 am
What time of information you want to know???
If you want to know the version use select @@version
for Service pack used select serverproperty('productlevel')
May 15, 2008 at 8:44 am
When migrating from SQL Server 2000 to 2005 there can be some issues relating to schema.So please check the objects that contain any schemas other than the default one.:)
May 15, 2008 at 8:39 am
Try giving all database roles except db_denydatawriter and db_denydatareader
May 14, 2008 at 7:57 am
So you are using windows login and connecting to sql server 2000 right??
May 14, 2008 at 7:29 am
Hope you have given the password expiration for that login.:)
May 14, 2008 at 6:06 am
I think thats not possible as this will cause security concerns.:D
May 13, 2008 at 3:43 am
Better Restart the server from services-->SQL Server.Also check whether you have enable TCP/IP and Named pipes.
April 25, 2008 at 7:27 am
Viewing 15 posts - 1,276 through 1,290 (of 1,366 total)