Viewing 15 posts - 1,606 through 1,620 (of 2,010 total)
Any chance there's an issue in the network between the 2 servers so that when you moved and were usign the process across both servers the nics may have been...
October 25, 2007 at 12:32 pm
Could you not do this with either the full blown copy if you have one, or a demo copy of SQL compare http://www.red-gate.com/products/SQL_Data_Compare/index.htm or any of the other numerous data...
October 25, 2007 at 9:13 am
I take it adding validation to the current application/database is out of the question? It would seem more appropriate to be asking them to correct their data as soon...
October 25, 2007 at 9:09 am
Well I see this as having a couple of solutions. That depends on how this is going to be handled moving forward however, Is this a one time thing...
October 25, 2007 at 8:48 am
If you are looking to limit the records returned by a value or range of values, like your first example, you'd be able to do that in your where clause.
Select...
October 25, 2007 at 8:11 am
Can you be a bit more verbose with the type of errors you are looking for?
Are you looking to catch exceptions like divide by zero, or are you looking for...
October 25, 2007 at 7:18 am
bharani (10/23/2007)
ya, but my team want that to be an int value...
I don't mean to be rude, but... Dates should be stored as dates, soring them as ints will...
October 24, 2007 at 6:32 am
It seems like the answer has been updated to show Rank() as correct, however It still says that I got it wrong even though I'm pretty sure I answered Rank()...
October 23, 2007 at 8:21 am
If you are logging the execution to a table in the database, then that table will be backed up along with the rest of your database. Also the execution...
October 22, 2007 at 4:21 pm
You could upgrade to SQL server Std Edition and setup some replication. Std ed on one end as the publisher and SQL Express on the other end as the...
October 22, 2007 at 8:22 am
If all you want to know is that it competed successfully, you can explore the optiosn from the SQL Agent job, notification tab and have it send a mail on...
October 22, 2007 at 8:00 am
Career, who said anything about a career, that's a retirement plan 😉
Edit: It's all about finding a tax write off for my hobby 😉
October 19, 2007 at 7:10 am
Luke L (10/19/2007)
October 19, 2007 at 7:06 am
Well let's see, I started off with 2.5 years attempting a Sound Engineering Degree (The goal was to go work for Skywalker sound out on the Ranch) then I lost...
October 19, 2007 at 6:40 am
with the clarification I understand what you're getting at now. Lowell's strategy is pretty elegant.
As for the temp table bit, yes, the system stores the table in memory for...
October 17, 2007 at 1:53 pm
Viewing 15 posts - 1,606 through 1,620 (of 2,010 total)