Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Arli99
Starting Member
1 Post |
Posted - 2007-03-14 : 14:01:37
|
I hope somebody can help.There is a built-in stored procedure - sp_addextendedproperty. And one of the properties that it takes - @value=N'False'. I duplicated one database which was created by somebody else and for some reason in the copy version it is written as @value=N'False' while in the original table as @value=False. There are three characters difference. Is there a difference between two? When I'm trying to open the table in Access it says that "The stored procedure executed successfully but did not return records." Why is that? When I'm running the table from SQL Analyzer it shows the whole table just fine. Thanks |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-03-14 : 14:02:54
|
This forum is for working queries only...Peter LarssonHelsingborg, Sweden |
|
|
|
|
|