Viewing 10 posts - 16 through 26 (of 26 total)
About 5 and a half hours. Was a firewall log monitoring all pcs information about internet.
-
Lic. Andrés M. Aiello
DBA MSSQL - Oracle
August 25, 2011 at 10:46 am
if you don't know structure you can use this:
SELECT * INTO NewTable
FROM cdc.dbo_OldTable_CT
-
Lic. Andrés M. Aiello
DBA MSSQL - Oracle
August 25, 2011 at 7:26 am
SSIS have no problem with large files. I use it to import cvs files about 7G every day (6 millions rows) and have no problem.
-
Lic. Andrés M. Aiello
DBA MSSQL -...
August 25, 2011 at 7:20 am
August 25, 2011 at 7:16 am
Use WITH ENCRIPTION option, but remember that can wach it by profile if the user set stmnt watch. Another problem is scripting, because you can not encript scripts, only compiled...
August 25, 2011 at 7:15 am
Remember that select define execution plan, soo order by can change. That's way you need to put it in select statment.
-
Lic. Andrés M. Aiello
DBA MSSQL - Oracle
August 25, 2011 at 7:12 am
and you have that OR problem, with that you will also do scan. I suggest, if it's possible, to change app and set a checkbox to filter "exactly, start like,...
August 25, 2011 at 7:10 am
that's a very commun escenario. You need to save data in other table before disable cdc. Last year I have that problem and I give to user a view, and...
August 25, 2011 at 7:03 am
ps: I love your signature jajaj
August 16, 2011 at 7:33 am
sorry, you're right! I will edit the post.
Thanks!!
August 16, 2011 at 7:30 am
Viewing 10 posts - 16 through 26 (of 26 total)