Viewing 15 posts - 4,696 through 4,710 (of 7,502 total)
Did anyone notice SSC crossed the 800000 members some time ago ?
Good job guys 😎
July 18, 2008 at 6:19 am
GilaMonster (7/18/2008)
Net result, index scan of around a million rows...
July 18, 2008 at 5:48 am
there is one thing I can say about modifying system stored procedures:
it is a big nono[/b]
If you do it, sooner or later, you're going to pay for it.
You just...
July 18, 2008 at 5:17 am
GilaMonster (7/18/2008)
ALZDBA (7/18/2008)
We have recently had an issue where the same query on an equal table
one using nvarchar, the other using varchar. (indexes same indexes on both objects)
Implicit conversion...
July 18, 2008 at 3:17 am
ZA_Crafty (7/18/2008)
the idea is to email a...
July 18, 2008 at 1:35 am
May I just add to avoid any N-typed datatype.
If you don't actualy need it, use varchar in stead of nvarchar.
We have recently had an issue where the same query on...
July 18, 2008 at 1:20 am
- 200mb for sqlserver isn't that much.
- How much RAM do you have on your PC ?
- Post the tables DDL (create statement, triggers, indexes,..)
- source : 25000 rows...
July 18, 2008 at 12:30 am
you may be better off putting this into a sqlagent job, owned by sa.
This avoids opening up xp_cmdshell for everybody :sick:
If you still encist on having this in tsql, put...
July 18, 2008 at 12:25 am
Indeed. The bug is known for a while now.
It would be nice if MS fixed that at least for the new downloads !
July 18, 2008 at 12:17 am
-what version of sql2008 are you using ?
-Did you check with sql2008 bol ?
- did you have a look at the SQL2008.Service_Broker.Samples.zip (codeplex) ?
- did you enable SSB for sql...
July 17, 2008 at 2:25 pm
chandramohann (7/17/2008)
July 17, 2008 at 12:03 pm
- I don't know if you should put this in your SQLServer engine :unsure:
- I think at SSC you'll find a clr module that queries AD to get expiration dates....
July 17, 2008 at 11:58 am
Can you post :
- the tables create statement (ddl)
- the partition function ddl statement
- the partition scheme ddl statement
July 17, 2008 at 11:42 am
- with the least overhead you could generate and execute truncate statements for every table. (truncate will only work if there are no FKs pointing to the table)
- or you...
July 17, 2008 at 11:34 am
VD (7/16/2008)
can you please provide more info about the iLO driver bug? We've recently had issues with an HP box restarting without ANY errors in any of the...
July 17, 2008 at 1:28 am
Viewing 15 posts - 4,696 through 4,710 (of 7,502 total)