Viewing 15 posts - 31 through 45 (of 196 total)
There are other ways to avoid "SELECT *" ... if you are using Visual Studio Database Projects or the Data Tier Application (DAC), the rule of avoiding SELECT * can...
February 11, 2011 at 7:20 am
Well... using SELECT *, 1 or the column name has the same affect in an IF EXISTS clause, and COUNT(PriKey) can always be used for a count.
February 11, 2011 at 7:17 am
I have seen many posts in here saying it is good for theory, but the solution is not practical. I disagree.. this is coming from a large scale data warehouse...
February 11, 2011 at 6:59 am
What are your views on using this kind of logic in an ETL flow for slowly changing dimensions - overkill?. What about the performance implications when it goes into the...
November 2, 2010 at 7:44 am
You could create something yourself based on the sys tables
August 18, 2010 at 8:28 am
Have you stored procedure (that lists the drop down values) take a default value of 'ALL' and when the input is default 'ALL' it should return everything. Configure your report...
August 18, 2010 at 8:24 am
True.... i would recommend removing your emailid from your post
March 5, 2010 at 7:13 am
It could be that you may be getting an empty result set vs a NULL result set, which is causing the error.
See this blog for more details
http://sqlscape.blogspot.com/2009/04/execute-sql-task-failure-possible.html
March 5, 2010 at 6:57 am
Email relay feature is turned off in your SMTP server. If you are using IIS SMTP, and testing on your local box you can enable this feature.
March 5, 2010 at 6:54 am
Sp3, and I do have backward compatibility installed
December 22, 2009 at 12:47 pm
Since i could not resolve this i had to install SQL 2000 (i did not have 2000 on my box). Still the DTS packages will not open from SQL 2005,...
December 22, 2009 at 12:28 pm
Were you able to solve this? I am in the same boat. The KB fix did not work for me.
December 22, 2009 at 8:46 am
For the other errors see my blog:
Executing the query "audit.up_Event_Package_OnError ?, ?" failed with the following error: "Syntax error, permission violation, or other nonspecific error". Possible failure reasons: Problems with...
October 21, 2009 at 7:56 am
Viewing 15 posts - 31 through 45 (of 196 total)