Viewing 15 posts - 3,391 through 3,405 (of 6,486 total)
Unfortunately - yes. I think you're asking for the cake, the cake PAN, and the cake knife, all of which would have to be edible:)
Reporting services is not the...
May 8, 2008 at 3:15 pm
Marios Philippopoulos (5/8/2008)
Thanks all for your responses.Steve, yes, there are triggers running.
Matt, I hate cursors too... 🙂
Gail, thanks for the info, I've wondering about this for quite some time...
Keep...
May 8, 2008 at 3:08 pm
kevin mann (5/7/2008)
Thank you for the quick response! Any suggestions to make Access behave?
Keep in mind that you're not "in Access". The objects for the ADP are SQL...
May 8, 2008 at 2:56 pm
Instead of clustering, you might care to look at database partitioning, and/or Federated databases. Those are more performance-oriented concept for scaling out on databases.
That being said - 10M rows...
May 8, 2008 at 2:48 pm
Why not use an INSTEAD OF TRIGGER? That way, you can validate the data, and if it PASSES, then you actually insert the data. If it doesn't then...
May 8, 2008 at 2:33 pm
Sunshine -
ditch the ~. That's an instruction telling DTSrun that you're passing an encrypted/hex value for a parameter. Plain-text parameters should be passed without the ~.
May 8, 2008 at 12:52 pm
Michael Valentine Jones (5/8/2008)
http://www.sciam.com/article.cfm?id=rfid-power
"Now Hitachi, the maker of that chip, is...
May 8, 2008 at 12:13 pm
Anders Pedersen (5/8/2008)
I said I was weird about it 🙂
I guess I find myself weird in the OTHER direction:). I have yet to go for the certs, but I...
May 8, 2008 at 12:10 pm
You could simply go
Delete from Mytable
It doesn't have the same limitations as TRUNCATE TABLE, although you will have to empty the tables in the "right order" (delete the rows from...
May 8, 2008 at 12:05 pm
I think the only one that has differences in the client tools is the Express Edition (which has a customized version of SSMS). Otherwise - I believe the tools...
May 8, 2008 at 11:57 am
leonp (5/8/2008)
May 8, 2008 at 11:20 am
Marios Philippopoulos (5/8/2008)
I've noticed in the sp_who2 output that multiple threads/rows (10 or more) are spawned for that same SPID (most of those threads are sleeping).
What...
May 8, 2008 at 10:53 am
Steve Jones - Editor (5/8/2008)
Also, it's a spherical dispersion, correct? It radiates in all directions, unlike a bar code that must be read from a specific side.
The actual shape of...
May 8, 2008 at 10:06 am
Charles Kincaid (5/8/2008)
May 8, 2008 at 9:59 am
7. Table-valued functions return table VARIABLES, which don't generate statistics in the same way "regular" tables (even temporary ones) do (a single primary key index is possible, although damn near...
May 8, 2008 at 9:42 am
Viewing 15 posts - 3,391 through 3,405 (of 6,486 total)