Viewing 5 posts - 1 through 5 (of 5 total)
I tried a few things. However, I couldn't find any direct solution yet.
Almost everything that can be done for basic date time manipulation (SQL 2008) is mentioned in the following...
June 6, 2009 at 4:55 am
I think there could be an alternative.
Let's create a table each in two databases
USE dbOne
GO
CREATE TABLE tblOne(...)
GO
USE dbTwo
GO
CREATE TABLE tblTwo(..)
GO
Lets create a SP (in any database) which accepts a single...
June 1, 2009 at 10:18 am
Glad that it worked.
You stated that you have turned off the firewall. It would be better if you add exceptions for SQL Server in your machine, with Firewall enabled.
To achieve...
June 1, 2009 at 7:45 am
Direct subtraction might work in a lot of cases.
The following information is not a direct answer, but these are a few things to be kept in mind before using...
May 30, 2009 at 6:00 am
If the configuration in SQL Server Configuration Manager is fine, can you try checking the firewall settings.
May 30, 2009 at 4:52 am
Viewing 5 posts - 1 through 5 (of 5 total)