Viewing 15 posts - 3,886 through 3,900 (of 8,416 total)
Trouble Shooter (4/12/2010)
That statement will check the existance of temp table in temp database if it is exists in temp db it will not...
April 12, 2010 at 2:29 am
Trouble Shooter (4/12/2010)
Hi,Can u delete two duplicate row using row_number function
if yes ,please let me know
We can also do it with APPLY and TOP ๐
With ROWCOUNT, you'd need to use...
April 12, 2010 at 2:17 am
Kudos to Ron for creating sample data for you.
I have to say though, that this is usually a poor design idea - storing more than one attribute in a single...
April 12, 2010 at 1:03 am
Kingston Dhasian (4/12/2010)
Typed this when Paul was replying too. Anyways, the reason was the same:-)
Yep. No worries!
April 12, 2010 at 12:44 am
Trouble Shooter (4/12/2010)
How can u say it irrelevant .don`t be in over confidence and smart Mr. SSCertifiable
The name is Paul. And 'you' is spelt with three letters.
Your post:
"Use can...
April 12, 2010 at 12:41 am
Trouble Shooter (4/12/2010)
Did u try it Mr. SSCertifiable?
If you mean me - and my name is Paul - then no. There was nothing to try.
The original post said:
"That is...
April 12, 2010 at 12:35 am
Latin1_General_CI_AI is a Windows collation - SQL Server just uses a copy of the rules used by Windows. Latin1_General_CI_AI corresponds to US English (en-us) LCID 1033. You...
April 12, 2010 at 12:27 am
Cool - thanks!
April 11, 2010 at 8:34 pm
Have you read that White Paper already?! :w00t:
April 11, 2010 at 12:29 pm
As an aside (not really too relevant to this thread), performance is vastly better using CONVERT too.
Using the 2-million row test rig from:
Time using sys.fn_varbintohexstr: 1m 47s
Time using CONVERT: 1s
:w00t:
April 11, 2010 at 12:28 pm
bhanf (4/11/2010)
Wish I could find someone to just talk Cluster vs. Mirror - that actually knows what they are doing!
This might help:
Database Mirroring Best Practices and Performance Considerations (MSDN Technical...
April 11, 2010 at 12:14 pm
CirquedeSQLeil (4/9/2010)
Unless absolutely necessary I would not mirror that many databases...
It might not even be possible. On a 32-bit server, ten worker threads are required per mirrored database -...
April 11, 2010 at 12:10 pm
Perry Whittle (4/11/2010)
hmm, yes i'm sure you do ๐
I feel I am missing something vital here...:unsure:
Is that a joke of some kind?
And what was that very good reason you mentioned?...
April 11, 2010 at 11:53 am
To be clear about my own personal position on this: most tables benefit from having a clustered index, though there are cases where a heap may be 'better'.
April 11, 2010 at 11:49 am
tony.turner (4/9/2010)
April 11, 2010 at 11:48 am
Viewing 15 posts - 3,886 through 3,900 (of 8,416 total)