Viewing 15 posts - 106 through 120 (of 190 total)
i believe the best solution will be of using the an archived folder where u can move the processed files. (use file system task 🙂 )
September 30, 2013 at 1:09 am
u may first check if there is any Windows server level backup jobs running>??
like,, BackupExec
September 30, 2013 at 12:52 am
well,,,, in your source ,u may check whether u are able to pick all the records that are provided in ur Data source.
if using transformation, then u may test if...
September 30, 2013 at 12:48 am
CONVERT function will help u in this.(different styling).
September 30, 2013 at 12:45 am
well i guess,,,,,, SSIS package (Data Flow task ) may help you in this.
IF,Number of columns in your excel files are going to be fix.....Then u can pump "N" number...
September 27, 2013 at 4:51 am
well your answer lies in the logical execution of your query.
The sql executes query in this order.
1. FROM
2. ON
3. OUTER
4. WHERE
5. GROUP BY
6. CUBE | ROLLUP
7. HAVING
8. SELECT
9. DISTINCT
10 ORDER...
September 27, 2013 at 4:47 am
zaizai1780 (9/27/2013)
Do I need to pass 70-461 before I can take 70-462? Or can I take the 70-462 first then will take 70-461 then last 70-463
u may try in any...
September 27, 2013 at 3:17 am
jerome.morris (9/25/2013)
This is correct but I need all my other selects in there as I pass this to a datatable for reportviewer.thanks
kindly first go through this: http://www.sqlservercentral.com/articles/Best+Practices/61537/
September 27, 2013 at 12:04 am
Steven.Howes (9/26/2013)
September 26, 2013 at 11:41 pm
what i believe that u r asking something like this,
that transaction that is inserting these huge records has not been committed yet.
and in the mean time You run your Select...
September 26, 2013 at 10:18 pm
well, almost all the sql masters have answered the questions.
a simple group by and having count will serve the purpose.
September 26, 2013 at 10:14 pm
100% Possible.
but should have the adequate permissions.
September 26, 2013 at 10:11 pm
need table structure and some sample data.
and Most. Imp. Your Query...!!! 🙂
September 26, 2013 at 3:56 am
Viewing 15 posts - 106 through 120 (of 190 total)