Viewing 15 posts - 1,081 through 1,095 (of 1,160 total)
Hi Loki,
Please try adding the "sqlservr.exe" to the exception list of Symantec.
March 9, 2009 at 11:25 pm
I feel the date format of the servers differs. Please check it in "Control Panel --> Regional and language Options --> Customize --> Date".
March 9, 2009 at 3:02 am
I think I misread you question.
Please try using CONVERT as below.
select * from tbldeals
where CONVERT(VARCHAR(10),trade_date,111) = '2009/03/06'
March 9, 2009 at 2:55 am
Correct. Please try changing the compatibility level of the SQL 2005 database to "90".
March 9, 2009 at 2:52 am
Please check whether all the data existed in 2000 has been restored or not (Do a Select count(*) from Table).
Also check the database compatibility level is 90.
EXEC sp_dbcmptlevel 'pubs', 90
...
March 9, 2009 at 2:36 am
Please try starting the SQL Server manually by using some of the parameters explained here
March 5, 2009 at 10:54 pm
" sp_who2 active " will give you details of the active transactions on a given instance
March 5, 2009 at 3:31 am
I feel that there must be a FULL backup taken between the 1st and the 7th day. Please check the Backup History tables in MSDB to verify the same. The...
March 4, 2009 at 4:17 am
Which edition of SQL Server 2008 are you using?
March 4, 2009 at 2:40 am
Both look good. I feel GetDate() would be more apt.
March 3, 2009 at 9:33 pm
Hi Ansar,
The error message that you got during install is related to the XPs used by SQL Server Agent. You can turn it on by issuing the following commands.
sp_configure...
March 3, 2009 at 5:09 am
Mani (8/31/2008)
How to manually change the sample password to something complex in the instmsdb.sql..
I did not understand where to find instmsdb.sql..?and do we need change this before installation.?...
March 3, 2009 at 2:00 am
Please check whether the user has been explicitly denied access on the Functions
March 2, 2009 at 11:34 pm
Viewing 15 posts - 1,081 through 1,095 (of 1,160 total)