Viewing 15 posts - 151 through 165 (of 256 total)
Ran this
RESTORE HEADERONLY FROM DISK='C:\cpsDEMO\democps10sp2.bak'
Back up name was incomplete and the rest of the columns are NULL
July 17, 2014 at 1:26 pm
This is what I got.
Msg 3241, Level 16, State 13, Line 1
The media family on device 'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Backup\LeeAnnCPS12.bak' is incorrectly formed. SQL Server cannot process this...
July 17, 2014 at 12:41 pm
I tried the other .bak file to see if it was a fluke about it working. It still works no errors. So I thought maybe the other two were corrupted....
July 17, 2014 at 12:14 pm
Thanks for the advice its appreciated. Going to give it a shot after hours today. Local instances make coding so much faster without network lag.
July 16, 2014 at 8:07 am
I made that into a permanent table and populated dates of birth all the way back to 01/01/1900 and then ran the Itvf against the computed column. The execution plans...
July 12, 2014 at 11:48 am
Lynn, if you haven't been told before "Your Amazin" 😀
July 12, 2014 at 10:52 am
Lynn Pettis (7/11/2014)
July 12, 2014 at 8:42 am
jcrawf02 (7/1/2014)
Grant Fritchey (6/30/2014)
July 1, 2014 at 6:53 am
I did this but now I'm embarrassed at seeing how short and sweet your guys is.
;WITH COLOR_CTE AS (
SELECT DISTINCT u1.Userid,u1.Name,
COUNT(uc.Colorid) OVER (PARTITION BY u1.Userid) AS UserCount
FROM USER1 as u1...
June 27, 2014 at 2:25 pm
I'm getting that as well I actually decided to do both those and another one I stumbled on. So I will have 3 new books that should keep me busy...
June 27, 2014 at 10:55 am
Sounds like a purchase. Going to order it then, can't wait to read it! Thanks Jason:-D
June 27, 2014 at 9:39 am
Viewing 15 posts - 151 through 165 (of 256 total)