Viewing 15 posts - 181 through 195 (of 247 total)
check the firewall for port and exception settings. And, also do a telnet from command prompt for the port in question.
TELNET serverIP port#
September 14, 2009 at 1:17 am
What you can do here is, design a SSIS package where you have the freedom to define the source and destination databases as well as several types of transformations (on...
September 14, 2009 at 1:11 am
umar iqbal (9/10/2009)
connect to reporting services in managment studio and it says edition and verion right there.
Well I wonder that. I am eager to know where.
September 13, 2009 at 10:43 pm
For the edition, you can check the system registry. The location of the value is different for each SSRS 2000 and 2005. For SSRS 2000 the value is...
September 13, 2009 at 10:23 pm
Ohh okk SF. I just overlooked that the DB engine is not installed.
September 10, 2009 at 3:47 am
hi Mike, never come across with this problem.
You may like to place this question in SQL Server 2005>Development section.?
September 10, 2009 at 12:55 am
Execute xp_regread 'HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Microsoft SQL Server\Reporting Services','Version'
http://technet.microsoft.com/en-us/library/bb630446.aspx
HTH
September 10, 2009 at 12:41 am
Questions:
1. In one line. What is the difference between SQL Active/Passive and Active/Active Cluster
Active/Active cluster provides you the High availability along with the Load Sharing while Active/Passive will only provides...
September 10, 2009 at 12:27 am
Why can't we try this?
Execute xp_regread 'HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\','Domain'
perhaps, the path changes from OS to OS. But the above should work on windows XP, 2000,2003.
September 9, 2009 at 10:54 pm
First try to do a telnet on port number 2438. if its getting in or not.
September 9, 2009 at 5:17 am
I believe SELECT HOST_NAME() can show me different results. for example if in a cluster node1 and node2
If I login to node1 and register SQL server here for both node1...
August 4, 2009 at 2:14 am
I know I can check it from CA but I want to check it from SQL Server.
August 3, 2009 at 1:30 am
manoj2001 (8/1/2009)
Based on error mentioned by you:
"the Smaple errors were like this:
Server: Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 206623779. The text, ntext, or image...
August 2, 2009 at 10:04 pm
sqlguy (7/30/2009)
I already Post the file content in my first post
Okay, check this MS - blog first. you may find your answers.
July 30, 2009 at 6:36 am
then it wont be a compatibility issue. Can you help with the contents of below file from it?
%ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt.
July 30, 2009 at 5:29 am
Viewing 15 posts - 181 through 195 (of 247 total)