Viewing 15 posts - 106 through 120 (of 140 total)
Thanks Phill, I havn't tracked down the corect file in that directory yet and I'm still trying to sort out what information each file holds.
I amhoping that the answer is...
February 25, 2004 at 10:24 am
Great! Hmm i guess it doesn't match the nulls cause its not "IS NULL"
February 21, 2004 at 2:42 pm
Im not saying that this is the best solution but just for the fun of it I think it should work.
in code assuming an array of values for your IN...
February 21, 2004 at 11:57 am
I was just browsing another post where a guy/gal was having troubles passing a param to a job. Someone suggested having the code write the param to atable, then having...
February 21, 2004 at 1:41 am
Ya well I did something like that. I created a table with 5 years worth of dates times rounded to the hour as datetime fields.
Then I wrote a UDF that take...
February 19, 2004 at 5:47 pm
UDF's to ther rescue! I'll answer my last question myself. using the sample UDf in C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\Misc. as a base I'll modify it to take a datepart type...
February 19, 2004 at 3:04 pm
I have a related question:
there are many times when I want to group by individual days in a datetime field. I always finding myself thinking there has to be a...
February 19, 2004 at 2:09 pm
yes I'm writting a job to keep this lookup table up to date to avoid any y2k situations in the app
February 19, 2004 at 1:58 pm
Thank you that looks like a fine solution I just have to weave it in:
CREATE TABLE TTT (dte datetime, val int)
GO
INSERT INTO TTT (my select statement)
--hmmm then the date range...
February 19, 2004 at 1:35 pm
OK this has resulting in another question. I successfully backed up my transaction log but the file size still shows as 350mb. Space used is only 20mb.
I went into the...
February 14, 2004 at 1:34 am
Well I answered the question myself, NO I can't just delete the transaction log. Fortunetly for me a complete chkdisk managed to correct the issue, I only had to wait...
February 14, 2004 at 1:29 am
I use Dev Wizard http://www.q-d.com/dw.htm. Design your tables and it'll write your procs, vb com props and methods and even the asp forms.
February 12, 2004 at 9:50 pm
Yes thank you I did go check the logs now. The error is in accessing the directory I specified. At first I thought it might be a permission problem but then...
February 3, 2004 at 5:05 pm
As usual an idea hit me just as I posted. I ran the step from QA and i get this error:
EXECUTE master.dbo.xp_sqlmaint N'-PlanID 75BB91A2-3F0A-42BB-B22E-33ECDAEAB88E -Rpt "E:\_sqlData\MSSQL\LOG\Full maintanence plan6.txt" -DelTxtRpt 4WEEKS...
February 2, 2004 at 11:24 am
single line appears to only happen when following link from notification email
January 26, 2004 at 12:52 pm
Viewing 15 posts - 106 through 120 (of 140 total)