Viewing 15 posts - 24,271 through 24,285 (of 26,486 total)
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
MrBaseball34 (9/8/2008)
I *know* what was meant concerning that part of the reply.What I was referring to was to show me how to do it without the cursor,
I need the DDL...
September 8, 2008 at 3:39 pm
bitbucket (9/8/2008)
Not having the DDL or sample data for the tables, I don't have the enough to work with to see what could be done.
she means what...
September 8, 2008 at 3:31 pm
Still, I think this could be done without a cursor. From the logic in the code provided, I can't see any reason that requires a cursor. A set-based...
September 8, 2008 at 12:28 pm
Could you provide the DDL for the tables (CREATE TABLE statements, if it is hugh just the key fields used in the query plus any indexed fields), some sample data...
September 8, 2008 at 11:19 am
Viewing 15 posts - 24,271 through 24,285 (of 26,486 total)