Viewing 15 posts - 9,661 through 9,675 (of 18,926 total)
Please post sample data, required results from that data, the solution you currently have and what is wrong with it. That'll get you an answer much faster than you can...
July 19, 2007 at 10:56 am
As far as I know this is pretty hard to do.
The only thing I can think of is to create a new table with the correct properties set up. Then...
July 19, 2007 at 10:28 am
That means that you are restoring the files to a destination that already exists. That would be a huge a warning to me that you were about to destroy a production...
July 19, 2007 at 9:05 am
Can't you use the scripting methods built-in the GUI!
July 18, 2007 at 4:46 pm
Why are you unable to create indexes on the system?
July 9, 2007 at 2:48 pm
Please do not cross-post, we monitor all questions, follow this link to finish the thread :
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=146&messageid=380063
July 9, 2007 at 2:48 pm
I like the way you spam the forums with seemingly usefull questions only to push your URL. It's a very neat idea. You may also post job postings in the...
July 9, 2007 at 2:47 pm
The only PitFall I see in my idea is the fact that the users need to have DDL_ADMIN rights.
That's why I was using a second process to delete the triggers...
July 9, 2007 at 2:44 pm
It means just that. You are trying to insert a value that already exists in the primary key.
Can you post the code you are using so that we can show...
July 9, 2007 at 11:31 am
Quoting myself : "But I agree with your point about code reuse. But on the other hand, how hard is it to scan the server side code for the datediff...
July 8, 2007 at 10:34 pm
Also 10 000 rows 100 times / day = 1M rows. That is another scenario where you can shade a few more seconds off the server's hands. I know it...
July 8, 2007 at 7:29 pm
That would be another problem altogether. They both would kill any hope of index seek. You should adapt the date range to fin all needed rows and not the other...
July 8, 2007 at 7:27 pm
Why add the overhead of the function call??? It's not like that this is a very complex condition that can't be explained without documentation.
July 8, 2007 at 12:12 pm
Could you take 2 minutes of your time and post your findings here? It may help someone else in the future who finds this thread in a search.
July 8, 2007 at 8:39 am
Viewing 15 posts - 9,661 through 9,675 (of 18,926 total)