Viewing 15 posts - 4,036 through 4,050 (of 14,953 total)
To my knowledge, all that Keep Alive does is check if the other machine is still turned on (effectively). I could be wrong about that, but I've never found...
June 9, 2011 at 12:14 pm
Steve Jones - SSC Editor (6/9/2011)
Brandie Tarvin (6/9/2011)
Toyota says a problem with electric power...
June 9, 2011 at 12:09 pm
The reason I asked about it being a heap in the first place is because that exact behavior is one of the reasons Microsoft recommends against using heaps in SQL...
June 9, 2011 at 12:04 pm
clare.xia (6/9/2011)
June 9, 2011 at 11:55 am
To my knowledge, SQL Server doesn't hold onto connections or dispose of them on its own. The application, or its data access layer, does that.
June 9, 2011 at 11:51 am
Here are the articles I wrote on the subject.
http://www.sqlservercentral.com/articles/Auditing/63247/
http://www.sqlservercentral.com/articles/Auditing/63248/
Make sure to read the discussions as well, since there's a lot of good data in those.
June 9, 2011 at 9:30 am
Chad Crawford (6/9/2011)
June 9, 2011 at 9:27 am
GilaMonster (6/9/2011)
I post too much.
Nah. It's measured on a ratio of knowledge:posts, which actually means you post too little.
June 9, 2011 at 9:23 am
Because of what it is and what it does.
Do you have a more specific question? There's a lot to the subject of compatibility levels, what they do, what they...
June 9, 2011 at 7:44 am
Revenant (6/8/2011)
On a secopnd thought, it does sound like something that came from the DC. I am afraid the next step will...
June 9, 2011 at 7:29 am
Per your first post, the value would be "blank", per the code you just posted, it will be "0", in the cases where you want it to be NULL instead....
June 9, 2011 at 7:17 am
Backwards compatibility has limitations, especially on new data types.
What would you do if you had to convert CLR data type columns to SQL 2000? Varbinary maybe? Still wouldn't...
June 9, 2011 at 7:15 am
bopeavy (6/8/2011)
GilaMonster
This is specific and unique to tempDB and likely has to do with what uses tempDB and how it's used.
To determine that a TempDB data file can be...
June 9, 2011 at 7:09 am
Take a look at RedGate's SQL Doc tool. I've used that for this kind of thing, and it works quite well.
You can add extended properties to database objects pretty...
June 8, 2011 at 7:52 am
Viewing 15 posts - 4,036 through 4,050 (of 14,953 total)