Viewing 15 posts - 136 through 150 (of 275 total)
Even more important....DON'T try to run an EXE via a SP.....you're lining up some bad problems for yourself. SP's can't run/launch interactive EXE's and you could overload your server. I've...
January 18, 2006 at 2:46 am
In Ireland (and I think the EU), if you are obliged to use a monitor for work, then your employer is obliged to contribute to an regular (bi-annual I think)...
January 10, 2006 at 3:40 am
There's a generic cross-tabs query available at http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=6216
The code has been improved in several later iterations (so you may need to work backwards), and has some limitations, but it...
January 5, 2006 at 9:20 am
Given the comical data designs I've seen at work (and here).....I'm surprised somebody hasn't made an emoticon linking the character and the work....!
January 5, 2006 at 6:14 am
varchar or nvarchar?...only the latter can store unicode characters. search here (and other reputable sites) for "sql + unicode + translate" or "sql + unicode + japanese".....others have come across...
December 30, 2005 at 4:14 am
Why not forget about the mystery stuff.....move the db's to a clean server. scrub the dodgy one and swop the clean one back in. I know solving problems is great....but sometimes a...
December 20, 2005 at 3:14 am
re "http://www.dkranch.net/images/steve/khali_dad_c.jpg"
I'm not sure who's winning that argument.....or which direction the wrap/roll is going!!!
December 16, 2005 at 3:40 am
There is an issue (bug) with "SELF BLOCKING" which arose with either SP3 or SP4 of SQL2K. Search here (or sqlteam.com) for info on same. A patch is available. Paul...
December 16, 2005 at 3:33 am
the following may be of use to you.
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=57242&SearchTerms=longitude,latitude,zip
December 14, 2005 at 3:13 am
"Parameter sniffing" may also be at play.
Search (here and elsewhere) for an explaination of the term and a simple remedy.
December 9, 2005 at 3:30 am
"why is that?"
Less empty space to search over to find the real data?
Less head-movement of the disk spindles?
Better organised data - contiguous instead of randomly ordered.
December 7, 2005 at 5:48 am
1. clear out test tables of all data.
2. establish building block tables...ie the parent tables in any parent-child relationships.
3. dts the data over from oldserver to newserver in the order...
December 1, 2005 at 1:37 am
While you have described your environment very well, one thing you left out was the current size and planned growth rates for your databases...it might matter somewhat
November 23, 2005 at 2:57 am
This is a symptom of either the wrong backup strategy being in place, no backup strategy in place or the wrong 'failure recovery' model specified for the DB. The solution...
November 22, 2005 at 1:55 am
parse the string (looking for the indicaters as to where the h + m bits are) and use the numbers extracted in the formula (60*hnum) + mnum.
you will need to...
November 18, 2005 at 3:08 am
Viewing 15 posts - 136 through 150 (of 275 total)