Viewing 15 posts - 4,546 through 4,560 (of 9,643 total)
Matt,
The only problem with LTRIM(RTRIM(column)) in comparison (WHERE or JOIN) clauses it that you no longer give the optimizer the option to use an index seek, the best it can...
July 31, 2009 at 9:53 am
Check out this article, Custom Error Handling in SSIS[/url], which contains a link to an earlier article that I wrote. Both expand on what Grant mentioned.
July 31, 2009 at 8:32 am
What application are you using to run the query?
July 31, 2009 at 8:22 am
While you will be better off with SCOPE_IDENTITY() in place of @@Identity you need to be aware that there is a bug in SCOPE_IDENTITY(). See this post.
With 2005 the...
July 31, 2009 at 8:21 am
Elliott W (7/31/2009)
I'm not sure if that is 4GB per DB or 4GB total.. I'm tempted to try it to find out..
CEWII
I'm pretty sure that it is individual DB...
July 31, 2009 at 8:11 am
Whoa! That is a bad idea. By making the users System Administrators they now have the ability to do ANYTHING they want to any database on the server.
I'd...
July 31, 2009 at 8:09 am
Wow, if you get this working be sure to write it up. I'm not sure I'd ever use it, but I'd like to see it in action.
July 31, 2009 at 8:01 am
Okay, that helps. I'd start with call to the vendor, assuming you have some support. The problem is definitely in the report definition on an object that has...
July 31, 2009 at 7:44 am
I'd think you would need to re-run the SQL Server client tools install and make sure Report Model is included.
July 31, 2009 at 7:28 am
You need to provide some more information. What is the expression? How are you retrieving the data? Is the source of the data SQL Server?
July 31, 2009 at 7:23 am
I used to live in Northern New Hampshire where I was at least 2 hours from the nearest events, usually more like 3 or 4 (Boston), including user groups. ...
July 31, 2009 at 7:14 am
No problem. You made me curious so I had to do something.
July 30, 2009 at 5:08 pm
Hey, I ran a Profile trace and then scripted out a table definition as that gets you the settings. The setting for ANSI_PADDING is in sys.all_columns is_ansi_padded.
July 30, 2009 at 3:44 pm
Lynn,
Interesting question. I have no idea which hire negotiated the higher salary. Without knowing a bit more, # of previous companies worked for, did one or both need...
July 30, 2009 at 1:36 pm
What do you mean by user? The ANSI_PADDING setting is one of the connection string settings and with SSMS and ADO.NET it defaults to ON. In SSMS you...
July 30, 2009 at 12:18 pm
Viewing 15 posts - 4,546 through 4,560 (of 9,643 total)