Viewing 15 posts - 436 through 450 (of 609 total)
but how would i know the reason for causing this problem.
January 4, 2010 at 11:01 am
unfortunately we have win 2003 standard which will not allow to add more memory.
January 4, 2010 at 9:28 am
Here is the script i use
declare @dbname as varchar(80)
declare @msgdb as varchar(80)
declare @dbbkpname as varchar(80)
declare @datepart as char(1)
declare rs_cursor CURSOR for select name from master.sys.databases where state_desc = 'ONLINE'...
January 4, 2010 at 8:47 am
select name from master.sys.databases where user_access_desc='SINGLE_USER'
December 24, 2009 at 4:29 pm
I would like to see what is in credential.
Also is it mandatory that if i associate a credential with domain user i need to give same pswd as domain user...
December 15, 2009 at 2:17 pm
that is what i did , i can see the db name but its not visible when look at mgmt studio. what if that was renamed?
November 23, 2009 at 9:18 am
I can see the mdf and ldf files located on the disk which are used, how can i find the database name for those files?
November 23, 2009 at 8:02 am
all fiels will be moved wth in the same computer from one drive to another.
November 17, 2009 at 11:09 am
how can we write a script using cursor like
1.select 80 databases one by one using cursor
2. dettach database
3. Move file using xp cmd shell script from location A to B
4....
November 17, 2009 at 10:53 am
Yes, user has create database permissions along with Read/Write/ddl_admin.
Here is the thing...
User with above previlages to trying to move a database from one server to another server and getting that...
November 9, 2009 at 1:13 pm
Viewing 15 posts - 436 through 450 (of 609 total)