Viewing 15 posts - 24,271 through 24,285 (of 26,490 total)
Unfortunately, sometimes you have to redo your work to get additional information. It happens all the tiome.
😎
September 10, 2008 at 1:24 pm
unikhath (9/10/2008)
I want to pull data from the database table which has been updated today. For ex: select firstname, lastname from users where updatedate <= GetDate().
This pulls all records from...
September 10, 2008 at 1:19 pm
AND, I actually have to agree with Gail. If this is strictly for archiving data, the trigger is not the best method.
😎
September 10, 2008 at 9:47 am
Sorry to say this, but your explanation doesn't really jive with the code in your trigger from what I see.
As I said earlier, we need to see the DDL for...
September 10, 2008 at 9:33 am
Jobs are not interactive processes, but batch processes with no user interface.
😎
September 10, 2008 at 9:22 am
No. Neither Full or Differential backups truncate the transaction log. During these backups enough of the log is backed up to provide a consistant backup. Transaction Log...
September 10, 2008 at 9:12 am
Need to know more to answwer your question. Need the DDL (create statements) for the tables involved, sample data for the tables (in the form of INSERT statements that...
September 10, 2008 at 9:07 am
I can see why you have issues. This trigger is RBAR (a Modenism for Row By Agonizing Row). You really need to look at rewriting this trigger to...
September 10, 2008 at 8:42 am
So, I have to agree, what is wrong with the solution Steve suggested here
http://www.sqlservercentral.com/Forums/Topic566099-357-1.aspx
😎
September 10, 2008 at 8:25 am
Be sure to do a cost analysis. How many users will be accessing data from the server. Think potential numbers, not maximum concurrent users, as Microsoft does not...
September 10, 2008 at 8:10 am
Previous employer, we had to provide 7 x 24 hour support. Our system supported a world-wide business. We had 3 developers/support people on call, setup with a rotatine...
September 9, 2008 at 9:59 am
I'd suggest looking at the File System Task in SSIS to accomplish this task.
😎
September 8, 2008 at 10:18 pm
Okay. With no tables or test data, here is something for you to try. Before running the code, comment the INSERT line so that all you are doing...
September 8, 2008 at 10:09 pm
Okay, I can try and guess at the DDL for the tables, and I "make up" some data, but I have no idea if what I do will be close...
September 8, 2008 at 9:34 pm
Sergiy (9/7/2008)
icocks (9/5/2008)
September 8, 2008 at 7:03 pm
Viewing 15 posts - 24,271 through 24,285 (of 26,490 total)