Search Results

1
vote
1answer
1k views

How to detect READ_COMMITTED_SNAPSHOT is enabled?

Hello, In MS SQL Server is there a way to detect whether a database has had its isolation level set via the T-SQL command ALTER DATABASE <database> SET READ_COMMITTED_SNAPSHOT ON; …
3
votes
5answers
2k views

How to retrieve stored procedure return values from a TableAdapter

I cannot find an elegant way to get the return value from a stored procedure when using TableAdapters. It appears the TableAdapter does not support SQL stored procedure return values when u …
2
votes

What does the SQL Server Error “String Data, Right Truncation” mean and how do I fix it?

Either the parameter supplied for ZIP_CODE is larger (in length) than ZIP_CODEs column width or the parameter supplied for CITY is larger (in length) than …
0
votes

How to retrieve stored procedure return values from a TableAdapter

Closing this question as it appears return values aren't supported and there is no elegant workaround! …