Viewing 15 posts - 3,451 through 3,465 (of 6,038 total)
Someone had mentioned that the date/time conversions can be expensive. Depending on what you're needing to do with the dates and times once they're converted, it might make sense just...
September 17, 2015 at 7:47 am
Whether a Jet based database will scale up to 1 TB depends on how exactly you are partitioning and the case usage of how the users are querying it. Jet...
September 16, 2015 at 3:30 pm
Jeff Moden (9/4/2015)
Alvin Ramard (9/4/2015)
Jeff Moden (9/3/2015)
sriponraj (9/3/2015)
Check the connection for temp db by using sp_who2 active. Kill all the connection related to temp db and try to shrink..
So, if...
September 4, 2015 at 8:48 am
Andrew_Steitz (9/4/2015)
Ed Wagner (9/3/2015)
Jeff Moden (9/3/2015)
September 4, 2015 at 8:45 am
If this is a reporting database with stored procedures that typically run for several minutes or longer, then one thing I do to audit usage and performance is implement something...
September 4, 2015 at 8:31 am
To decode the actual reason the login failed, you'll have to look in error log (not client message) for the State code.
http://blogs.msdn.com/b/sql_protocols/archive/2006/02/21/536201.aspx
Note that the message is kept fairly nondescript to...
September 3, 2015 at 3:16 pm
xinternet (9/3/2015)
SQL2005 is EOF April 2016. It's on Extended Support. So not accurate to say "... old, unsupported ..."
For a TB+ sized data warehouse there is more of...
September 3, 2015 at 2:53 pm
Andrew..Peterson (9/3/2015)
September 3, 2015 at 9:35 am
bwhiteside (9/3/2015)
September 3, 2015 at 9:07 am
jckfla (9/3/2015)
Eric M Russell (9/2/2015)
Psst! Hey Buddy! You wanna buy some source code?
Yuck, who let a sales repsentative for Red Hat wander into the data center? 😀
Oh dear...I feel...
September 3, 2015 at 8:53 am
Alvin Ramard (9/3/2015)
Eric M Russell (9/3/2015)
September 3, 2015 at 8:50 am
ccd3000 (9/3/2015)
September 3, 2015 at 8:47 am
Years ago I was involved in a SQL Server 2000 -> 2005 migration. There was a 3rd party hardware interface application that would not connect to SQL Server 2005. From...
September 3, 2015 at 8:35 am
The purpose of foreign keys are understood by all here.
But, aside from it's impact on bulk load performance (typically not an issue for OLTP databases), can someone recap what...
September 3, 2015 at 8:18 am
Just curious what type of code changes would be needed for a MS Access application originally designed for SQL Server 2005 to support SQL Server 2014 ?
Of course the connection...
September 3, 2015 at 7:31 am
Viewing 15 posts - 3,451 through 3,465 (of 6,038 total)