Viewing 15 posts - 31 through 45 (of 161 total)
As already stated, I would be certain that you have an actual issue that the CU will fix (read the release notes for the CU). Microsoft do not fully...
September 3, 2013 at 6:18 am
Interesting. Can't see this version on the sql server build list:
http://sqlserverbuilds.blogspot.co.uk/
whats the output of SELECT @@VERSION
?
August 29, 2013 at 1:17 am
I prefer this method (sql 2008 + )
SELECT CONVERT(DATE,'Jul 24 2013 8:05AM')
Gives the result:
2013-07-24
July 31, 2013 at 1:21 am
Looking in the following msdb tables is usually a good place to start:
msdb.dbo.sysjobs
msdb.dbo.sysjobsteps
July 31, 2013 at 1:04 am
It's the table left of the JOIN operator for a left join and right of the JOIN operator in a right join.
SELECT *
FROM Table1 -- <-- Left Table (data...
July 13, 2013 at 1:15 am
GilaMonster (6/9/2013)
The -f parameter on BCP.exe specified a format file, and on BCP.exe -F...
June 9, 2013 at 1:19 pm
-F
Im not sure it even exists if i'm honest. I know -f but that's for BCP format file....
June 9, 2013 at 12:58 pm
June 8, 2013 at 1:15 pm
Has the recovery model of the "model" db changed? New dbs get their recovery model initial setting from the model db. Could this have changed in between creating...
May 30, 2013 at 2:45 am
wouldn't it also cause all values to round down? i.e 5.5 to 5, 6.1 to 6 etc....?
May 25, 2013 at 11:40 am
sqlfriends (5/24/2013)
Yes, I think what we have created two instances on node 1, one is for pro, th other is for qa, then we added the same two instances...
May 25, 2013 at 12:55 am
s_osborne2 (5/24/2013)
Hi,I'd fully endorse Coeo too if you're in the UK. We've had them in twice and they were really superb.
Thanks,
Simon
There not just UK based - there international based :)...
May 24, 2013 at 7:52 am
There are loads out there, first one that came to mind was Coeo - http://coeo.com/
May 24, 2013 at 6:45 am
Paul Treston (5/24/2013)
Loundy (5/24/2013)
May 24, 2013 at 5:52 am
Viewing 15 posts - 31 through 45 (of 161 total)