Viewing 15 posts - 8,851 through 8,865 (of 9,643 total)
Try QuoteName. From BOL:
Returns a Unicode string with the delimiters added to make the input string a valid Microsoft SQL Server 2005 delimited identifier.
Transact-SQL Syntax Conventions
Syntax
QUOTENAME (...
April 7, 2008 at 2:38 pm
Accroding to Wikipedia:
A software development acronym for Quick Fix Engineering. This is the Microsoft and Intel term for a hotfix
ASP - Active Server Pages
Yes it means that there is not...
April 7, 2008 at 11:20 am
Steve Jones - Editor (4/7/2008)
If you :), which is colon-closed paren, it gets converted.You can : ), which might work better. Or ; )
Steve,
Here is an example of what...
April 7, 2008 at 9:33 am
Just to keep you updated, here is MS's response to the Connect post:
Greetings from Microsoft Connect!
This notification was generated for the following Feedback item:
http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=335613
which you submitted at the Microsoft Connect...
April 7, 2008 at 8:50 am
Are you logged into the GUI as a serveradmin or sysadmin?
April 6, 2008 at 7:37 pm
abcdefghy (4/6/2008)
We don't have a Primary Key defined on the table.
We do have a unique clustered index on (LOCATION, ITEM, DATE).
Should we define this combination of columns as the...
April 6, 2008 at 7:35 pm
abcdefghy (4/1/2008)
Yes, we do inserts into this table, and rollbacks are possible. However, we don't really need the 'exact' nth item.
The business reason: We have an application...
April 6, 2008 at 7:34 pm
It was not clear to me that you knew what data was causing the problem. In this case ignore error works fine as you have no data there anyway....
April 6, 2008 at 7:09 am
Adam Haines (4/4/2008)
April 5, 2008 at 12:47 pm
When you say no value do you mean there are Null's or that one or both are 0? It would help if you posted some example data like this:
Create Table...
April 4, 2008 at 9:00 pm
Is this particular table only populated by copying rows from you local server to the remote server? If this is the case I would alter the table on the...
April 4, 2008 at 8:28 pm
Viewing 15 posts - 8,851 through 8,865 (of 9,643 total)