Viewing 15 posts - 346 through 360 (of 927 total)
Nice basic question. thanks for sharing. I assume SQL SERVER default setting discussion wont come in for this QotD but who knows. 🙂
January 21, 2015 at 4:45 am
try to place the packages on another driver like D,E etc and execute the dtexec Utility again. as per error it is a security issue. as dtexec unable to read...
January 21, 2015 at 4:37 am
have you verified the amount of data for each date your are comparing these result?
Lets Say Date1 01-Feb-2014 have 120,000 rows
and Date1 01-Jan-2014 have 12,000 rows
something like...
January 20, 2015 at 11:29 pm
i can understand what kind of dilemma you are in right now. its great you want to know which is active db or not. If its a office environment, and...
January 20, 2015 at 11:17 pm
nice suggestion Eirikur. but my unstoppable urge for asking from OP is WHY 🙂
January 20, 2015 at 11:07 pm
Where is you package is located ? if its exists on the application server, then try to run this package manually on that server.
if the package run successfully, and fail...
January 20, 2015 at 7:33 am
Thanks, i forgot to mention that in my answer 🙂
January 19, 2015 at 12:53 am
1) For Describe 'TableName', In SQL SERVER you can use sp_help 'Table Name'.
2) For dba_views, In SQL SERVER you can use select * from INFORMATION_SCHEMA.TABLES.
January 19, 2015 at 12:44 am
Q: If there is an update occurred on Employees, does it create an inserted table with 10 columns as well, having an exact column structure as the trigger's table, Employees?
Ans:...
January 19, 2015 at 12:21 am
whats wrong with the option 1 exactly?
January 18, 2015 at 10:50 pm
you can do it in two ways on your preference
1) Import the data into a newly creating staging table using FLAT File Source, simple fetch an dump in the database....
January 15, 2015 at 11:50 pm
Viewing 15 posts - 346 through 360 (of 927 total)