Viewing 15 posts - 991 through 1,005 (of 2,044 total)
You are using the wrong event. Use ListSelection_SelectedIndexChanged event. But, be careful, because this event fires twice on each selection. Once to deselect the old selection and once to select...
August 23, 2008 at 11:07 am
What is the sqlserver version of the datasource?
I've gotten that error sometimes on sql server 7.
(fix, http://www.sqlservercentral.com/articles/Bugs/changingcolumn/618/)
August 23, 2008 at 10:57 am
I didn't have problems applying 2187. But is wasn't a cluster environment.
You can see the remaing issues >2187 on http://support.microsoft.com/kb/894905/
August 23, 2008 at 10:55 am
No clue why the stored procedure gives the error and the adhoc doesn't.
Is the backupserver on the same build as the prod server? There is a cumulative hotfix 2187
August 23, 2008 at 10:49 am
I personally wouldn't risk adding the index. Unless the documentation tells it never can exceed 900 bytes ( odd, when the fields are larger).
August 23, 2008 at 10:33 am
Glad to hear that the hotfix solves the problem.
August 23, 2008 at 10:13 am
Until I come up with a better one, it is "the problem has fixed itself"
August 18, 2008 at 2:18 pm
The only reference I've found is
http://support.microsoft.com/kb/945674
Applying the hotfix or
remove custom formatting/appending ""
August 18, 2008 at 2:15 pm
I agree with Jack, but would switch 3 & 4
August 18, 2008 at 1:57 pm
SQLServer 2000 is a server application to which various clients can connect.
August 7, 2008 at 10:40 am
The permissions on the stored procedure should suffice unless the table is in another database. (crossdatabasechaining option)
I've tried your code. The procedure is created by a db_owner in tempdb.
Errors I've...
August 1, 2008 at 12:19 pm
Chain of ownership gets broken when you use dynamic sql.
August 1, 2008 at 11:50 am
A primary key is unique.
Can you give a short table description?
July 30, 2008 at 3:12 pm
Hello,
Check if the columns involved in the foreignkey are of the same type/size.
Check if 1side is really unique.
It think there is a quite high limit on the number of foreign...
July 29, 2008 at 11:22 am
Viewing 15 posts - 991 through 1,005 (of 2,044 total)