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 |
|
Anushka
Yak Posting Veteran
79 Posts |
Posted - 2008-06-17 : 07:08:41
|
| Hi,A problem.................Actualy in my local the work is fine..when i shifted the files to live...it is saying invalid column name ,even though iam having that column in the table.....when i had executed the query in live it is working...The database to which iam connecting is also correct.Thanks |
|
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2008-06-17 : 07:11:24
|
| As we can't see your code, I would guess that the column either doesn't exist in the live table or you do not have permissions to see it. |
 |
|
|
Anushka
Yak Posting Veteran
79 Posts |
Posted - 2008-06-17 : 07:14:00
|
| Hi,I only added that column in live .... |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-06-17 : 07:48:42
|
quote: Originally posted by Anushka Hi,I only added that column in live ....
Without giving more information i dont think anybody will be able to help you out. Post the query that errored atleast. |
 |
|
|
|
|
|