October 22, 2012 at 3:02 am
Hello everyone,
I have recently joined Ms Products, we have a Database server in SQL Server 2000(located in X computer). I want
to connect SQL Server 2000 to SQL Server 2008 express(located in Y computer).
can any one tell me from scratch how to connect them?
thanks
October 22, 2012 at 9:10 am
naqib_bs (10/22/2012)
Hello everyone,I have recently joined Ms Products, we have a Database server in SQL Server 2000(located in X computer). I want
to connect SQL Server 2000 to SQL Server 2008 express(located in Y computer).
can any one tell me from scratch how to connect them?
thanks
http://msdn.microsoft.com/en-us/library/ms188279%28v=sql.105%29.aspx
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
October 22, 2012 at 9:19 am
I did the same think, but there is some administration problem in my windows, I am not administrator user
but I am member of administrator user therefore, it gives me some errors:
cannot show required dialog.
additional information:
.................
................
A required operation could not be completed. you must be a member of the sysadmin role.
thanx
October 22, 2012 at 9:53 am
naqib_bs (10/22/2012)
I did the same think, but there is some administration problem in my windows, I am not administrator userbut I am member of administrator user therefore, it gives me some errors:
cannot show required dialog.
additional information:
.................
................
A required operation could not be completed. you must be a member of the sysadmin role.
thanx
The error message pretty much tells the story...
you must be a member of the sysadmin role.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
October 22, 2012 at 2:32 pm
Sean Lange (10/22/2012)
naqib_bs (10/22/2012)
I did the same think, but there is some administration problem in my windows, I am not administrator userbut I am member of administrator user therefore, it gives me some errors:
cannot show required dialog.
additional information:
.................
................
A required operation could not be completed. you must be a member of the sysadmin role.
thanx
The error message pretty much tells the story...
you must be a member of the sysadmin role.
since he is talking about his windows im guessing he is an admin in windows but not a member of the sysadmin role in SQL Server. understanding windows logins and sql logins can have different permission levels (Or be completely separate) makes the error more recognizable.
For performance Issues see how we like them posted here: How to Post Performance Problems - Gail Shaw[/url]
Need to Split some strings? Jeff Moden's DelimitedSplit8K[/url]
Jeff Moden's Cross tab and Pivots Part 1[/url]
Jeff Moden's Cross tab and Pivots Part 2[/url]
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply