Viewing 15 posts - 32,911 through 32,925 (of 39,740 total)
I haven't seen a good script to get this info, probably because it's a lot of work to store it in the first place. Everyone has to "build" their definitions...
September 4, 2006 at 9:30 am
You would have to build the select yourself using multiple tables. It's no different than a single table, just join the tables and reference the columns
September 4, 2006 at 9:27 am
You probably need a trigger to catch the inserts and compare them to the previous entries. Assuming you can do this and have some ordering criteria, I'd have the trigger...
September 4, 2006 at 9:26 am
Yes, setup a trace for those events and set the logging as a table. You can build a server side trace and have it run as a startup procedure.
September 4, 2006 at 9:25 am
This doens't make sense? You aren't setting a value for the variable in the firts cawe and not sure where you want rowcount to appear from the 2nd.
September 4, 2006 at 9:23 am
It's an AD/Domain issue. I've had similar issues that have driven me crazy as well. Search on SPN and try setting one for the machine. I've usually seen this with...
September 4, 2006 at 9:22 am
Most things are fairly expensive. Servers Alive (http://www.serversalive.com/salive/index.asp) used to be very reasonable.
September 4, 2006 at 9:16 am
Why not just compare to a date instead of converting to a char?
September 4, 2006 at 9:15 am
We've talked about this. Part of the issue is that so many people come back and add things to posts a week or month later. We don't want to prevent...
September 4, 2006 at 9:14 am
I'm sure I've made some ridiculous statements, with probably more to come, but I'm not sure this is one of them.
Porting costs are high and they subsantially impede the move...
August 31, 2006 at 7:17 am
Tend to agree with some of the research comments. If I had to get something done this week or next, I'd just buy a new server. However since I have...
August 30, 2006 at 11:48 am
Thanks for the comments. Someone sent me this link: http://www.thisoldstore.com, if anyone else is in the same situation.
I'm thinking that I might move this box into the dev/test area with...
August 29, 2006 at 11:18 am
No good way to move DTS packages. You could probably script something to open and save on the new server, but might be as quick to just open and...
August 28, 2006 at 8:43 am
Not sure about the internal fragmentation. I think that depends on a per-table basis since your index keys will be of widely varying widths.
For external fragmentation, I think your script...
August 28, 2006 at 8:42 am
There is no best place. Depending on the project, you need to hire a DBA or a consultant to help with this.
I'd look for someone that's done work in your...
August 28, 2006 at 8:36 am
Viewing 15 posts - 32,911 through 32,925 (of 39,740 total)