Viewing 15 posts - 181 through 195 (of 245 total)
domain1\user of sql_server1 should be able to login as domain1\user in sql_server2 of domain2.
Please help
May 13, 2009 at 3:39 am
But shouldn't we add one of the domains as trusted to the other.
How will we know weather test1 user is belonging to sql_server1 or sql_server2.
May 13, 2009 at 3:36 am
If database1 and database2 are in diff servers then you can add one of the server as liked server to the other and run queries such as
select * from scud.master.sys.databases
which...
May 7, 2009 at 9:14 pm
Try shrinking the log using DBCC shrinkfile command.
I think mirroring will get back on track.
May 6, 2009 at 4:55 am
Yes you (urgently) need to assign a strong password to the SA Login.
Secure your sa login account with a non-NULL password. There are worms that only work if you have...
May 5, 2009 at 3:34 am
Dude
Check out this
http://support.microsoft.com/kb/957053
Also I found this http://go.microsoft.com/fwlink/?LinkID=94937&clcid=0x409 to...
May 5, 2009 at 12:44 am
If the servers are connected over network you can use "Sql server Import and Export wizard" to export data.
May 4, 2009 at 9:06 pm
May 4, 2009 at 4:40 am
Only a sysadmin can give a sysadmin role.
If you have set missed authentication while installation you can login using windows authentication abd give sysadmin role to users.
Checkout
http://support.microsoft.com/kb/937682
You can run...
April 30, 2009 at 3:33 am
Can u tell me what exactly is the error shown.
For the Features Supported by the Editions of SQL Server 2005
Check out this might help
http://msdn.microsoft.com/en-us/library/ms143761(SQL.90).aspx
April 30, 2009 at 12:56 am
Only if you need to move the physical files to another location you need add a MOVE command for each file you want to move.
April 29, 2009 at 11:45 pm
I don't think you can specify backup size it divides the db backup approximately to equal parts.
April 29, 2009 at 11:40 pm
Viewing 15 posts - 181 through 195 (of 245 total)