Viewing 15 posts - 196 through 210 (of 315 total)
There are 3rd party tools that will do the job for SQL Server, things like GRIDScale, although they have been bought out. Basically you can scale the reads, but not...
October 8, 2010 at 6:52 am
Try COALESCE(column, '')
otherwise can you post the CREATE VIEW statement
October 8, 2010 at 6:40 am
On an upgrade, you should be rebuilding the indexes... I am pretty sure this is MS recommended or in BOL
October 8, 2010 at 6:30 am
Personally, I prefer not to run critical apps on virtuals. Past experience, shared resources, etc. I also prefer SQL Server instances to running a mass of virtual SQL servers.
One...
October 8, 2010 at 6:20 am
I have never been a fan of splitting the OS and SQL, especially on dedicated SQL Servers, seems silly. But until my dream of a SQL OS comes true, here...
October 8, 2010 at 6:08 am
I have had issues with the NT modified date in the past, which is why we always put the SQL date into the filename. 3rd backup tool/provider is not going...
October 8, 2010 at 5:54 am
got offered a position at SwiftCover, but tried driving the route from Redhill, hahahaa what a joke, so came to Switzerland instead 😀
October 8, 2010 at 5:40 am
GilaMonster (10/8/2010)
grahamc (10/8/2010)
how on earth are you South African :hehe:I'm British (birth and descent). I live in South Africa (and have for quite some time)
Im the same, except Im Welsh...
October 8, 2010 at 4:16 am
GilaMonster (10/8/2010)
October 8, 2010 at 3:58 am
I would go for 2008. Loads of cool features to help...
auditing, filestream, extended events, policies, sparse columns, improved RS, improved mirroring, additional datatypes, etc, etc the list goes on. You...
October 8, 2010 at 3:56 am
Have a look in BOL at the PIVOT function, might do the trick for you.
October 8, 2010 at 3:50 am
Phil Jackson (10/8/2010)
Cobham, United Kingdom 😀
SwiftCover by any chance??
October 8, 2010 at 3:43 am
Under SQL Server Agent, when you create a job step, you can specify the "Type" which can be Operating system (CmdExec). Might be worth a try... however, I am not...
October 8, 2010 at 3:38 am
markganley (10/7/2010)
Hi,The PLE was never flat lining. Although it was low around 50-80 at times.
Yeah, that looks like memory pressure... You release that the PLE counter will grow until the...
October 7, 2010 at 5:46 am
Viewing 15 posts - 196 through 210 (of 315 total)