Viewing 15 posts - 8,851 through 8,865 (of 9,641 total)
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
You need to post this in a SQL Server 7, 2000 Forum.
April 4, 2008 at 8:19 pm
You could do an Execute SQL Task that has a simple query and if it fails set the On Failure Precedence to go to a task that possibly logs the...
April 4, 2008 at 8:15 pm
Viewing 15 posts - 8,851 through 8,865 (of 9,641 total)