Viewing 15 posts - 1 through 15 (of 17 total)
Yes we resolved it by changing the default value.
Right click on Server in Object Explorer of SSMS, then click on Properties, go to Connection page and change the Remote-Query timeout...
May 12, 2010 at 11:49 am
You need to script out jobs/logins and run the script on the SQL Server 2008. I think simply detach and attach of these system databases (master/msdb) will not work becuase...
March 6, 2010 at 9:54 am
Did Windows update updated SQL Server 2005 with SP2. If yes then do the above registration and I think it should work.
You can use below query to know the version:
SELECT...
September 9, 2009 at 12:11 pm
SQL Server 2005 introduced the ability to partition a large relation into smaller logical chunks to improve the administration and management of large tables. It has also been used successfully...
September 3, 2009 at 9:56 am
Hi,
Thanks for your encouragement. Here are some pointers which might be helpful for you on table and index partitioning as well as on Filtered Index of SQL Server 2008.
Partitioned Tables...
September 3, 2009 at 12:13 am
Thanks Carla,
Yeah I missed to include declare statement, sorry for inconvenience.
Reader,
Kindly add these declare statement in script existing in first table of the article.
[font="Courier New"]DECLARE @CTO INT
DECLARE @DevManager INT
DECLARE @TESTManager...
August 27, 2009 at 10:58 am
The physical file names of the Resource database are mssqlsystemresource.mdf and mssqlsystemresource.ldf. By default, these files are located in :\Program Files\Microsoft SQL Server\MSSQL10.\Binn\. Each instance of SQL Server has one...
May 15, 2009 at 12:12 am
Refer to the links below for clarification:
May 15, 2009 at 12:10 am
Thanks Chad for your clarification. This is exactly what I meant but it came other way which I didn't have any idea about. 🙂
Sorry for any inconvenience caused becuase of...
March 14, 2009 at 3:37 am
In my experiment from Microsoft SQL Server 2005 - 9.00.3042.00 to Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 upgrade of user database using backup/restore and attach/detach, it didn't change the...
March 2, 2009 at 2:39 am
I had similar issue in an environment with SQL Server 2005 with SP2.
I registered two dlls(command below) and its working fine now.
%windir%\syswow64\regsvr32 "%ProgramFiles(x86)%\Microsoft SQL Server\90\dts\binn\dts.dll
%windir%\syswow64\regsvr32 "%ProgramFiles(x86)%\Microsoft SQL Server\90\dts\binn\MsDtsSrvrUtil.dll
February 4, 2009 at 1:04 am
Hi,
I had similar issue and got resolved after registering dts.dll with following command:
%windir%\syswow64\regsvr32 "%ProgramFiles(x86)%\Microsoft SQL Server\90\dts\binn\dts.dll"
Refer to this KB article for more details: http://support.microsoft.com/kb/919224
February 2, 2009 at 5:48 am
Hi Mark Horninger, Jeffrey Irish, GSquared,
Thanks a lot for your encouraging words, it will definitely work as motivation forces in my future articles.
About intellisence feature, yes it works with...
January 22, 2009 at 11:44 am
Hi Sanjarani,
First of all, I would like to thank you for sparing sometime and reading the article.
I must say, I am delighted to have your valuable feedback and comments, which...
January 22, 2009 at 10:46 am
More details on "Maximum Capacity Specifications for SQL Server" can be found on the below given link:
December 12, 2008 at 5:42 am
Viewing 15 posts - 1 through 15 (of 17 total)