Viewing 15 posts - 241 through 255 (of 273 total)
You cal also use 'real'.
float
- 1.79E+308 to -2.23E-308, 0 and 2.23E-308 to 1.79E+308
Depends on the value of n(Storage)
real
- 3.40E + 38 to -1.18E...
October 29, 2007 at 3:10 pm
you can also log all sql statements through enabling C2 audit. But it will hinder badly performance of your Server and create a big file on your disk.
October 26, 2007 at 12:40 pm
did u check ur Backup using Verifyonly command
October 26, 2007 at 12:01 pm
do you hear other sounds on your computer. Is ur speaker on mute?
October 23, 2007 at 6:05 pm
Hi,
Option 1
I am sorry u had to go through all the dates. How many total dates do u have? Can you run this query for me
SELECT importdate FROM ...
October 22, 2007 at 8:48 pm
No,
ISDATE is different.
You can use this ias an example
DECLARE @datestring varchar(8)
SET @datestring = '12/21/1098'
SELECT ISDATE(@datestring)
Above will still print out 1 because its an valid date. but still out of...
October 22, 2007 at 12:38 pm
Do u think there is a possibility u might be having a date that is not between this range:
January 1 1753 to year Dec 31 9999
October 22, 2007 at 10:27 am
I mean, in your WHERE clause
DATEPART (year,CAST (importDate AS DATETIME)) = 2007
October 22, 2007 at 9:50 am
Have u tried using Cast or Convert to convert your Varchar Date to Datetime and then using the function u are using now?
October 22, 2007 at 9:10 am
with so many times running up the installations can u check in services.msc that how many SQL servers have u installed. Adventure work database doesnt comes by default so while...
October 16, 2007 at 8:55 pm
did u try creating table name using dbo.TableName
October 16, 2007 at 8:50 pm
in my SSIS interviews, I was asked following:
1)What have u done with SSIS
2) describe your project
3) can u execute 2 separate tasks using single package, if yes how
4)Do u know...
October 16, 2007 at 8:33 pm
Can u completely delete the old connection and create the connection with a new name in your transfered pacakage? This might help, worked for me. I think the connection information...
October 16, 2007 at 8:28 pm
Viewing 15 posts - 241 through 255 (of 273 total)