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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-11-22 : 07:14:41
|
| Adam writes "Hi,Any idea why when I run a SELECT stament in Query anaylser it returns 45 rows. But when I create the exact same SQL as a view in Enterprise manager it only returns 44 rows? This one is bugging me big time.Alph." |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-11-22 : 07:33:58
|
| They're not exactly the same?==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2004-11-22 : 08:55:14
|
| are you running them off of the same database ? is the data changing? Can you post the code you are running in QA, and also the SQL from the view you are creating in EM?- Jeff |
 |
|
|
|
|
|