Viewing 15 posts - 1 through 15 (of 22 total)
first make sure that the domains have trust relation between them. the remote desktop session might have been disabled in the the sql server, check it and use (fully qualified...
July 26, 2011 at 12:09 am
yes sure,
before that i would like you to ask yourself few questions
1. what are the options by which you can make your server available 99.9999% up in an year?
2. what...
March 4, 2011 at 3:28 am
its for scalability and high availability that we use replication and mirroring together.
March 4, 2011 at 2:32 am
i hope you can read the contents of a folder using extended stored procedures in sql server.
master..xp_cmdshell 'dir 'path to the folder''
March 4, 2011 at 2:19 am
hey,
why do you want sql server to access the file server folder? could i know the reason.
and one more thing, you have a wrong understanding on linked server.
linked server...
March 4, 2011 at 12:28 am
yes,
you can script the mail configuration. you can read the bol for detailed information.
March 3, 2011 at 4:41 am
hi iis is not required for sql server database engine to work smoothly, but if at all you want reporting services to be run on the same server, then...
March 3, 2011 at 4:38 am
i have done the same process and then only i have told you while i have tried to connect ssms with different user than that mentioned in the linked list...
February 24, 2011 at 10:58 am
when you have created a linked server in the local system
there will be an option security in the wizard select the tab
in the tab you should add the local user...
February 24, 2011 at 10:18 am
do you same login for both the servers?
if you have same login defined in both the servers then does the user has database access in both the servers?
February 24, 2011 at 9:54 am
you need to assign the user to a role.
or else
grant what are all the permissions you want to give the user using the grant (t-sql)
February 9, 2011 at 1:43 am
hi lianv,
you can use this query to load the data into same table again and again instead of creating a new table.
insert INTO table_name FROM ::fn_trace_gettable('c:\filename.trc', default)
but the thing is...
February 9, 2011 at 1:36 am
hi,
i think you can go for powershell for monitoring all the servers, this is one of the best options i found.
February 8, 2011 at 10:09 am
Viewing 15 posts - 1 through 15 (of 22 total)