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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 sql server login problem??

Author  Topic 

chandu123
Starting Member

11 Posts

Posted - 2009-05-10 : 06:46:02
hi all im using sql server management studio express when and im using my server name as chandu\sqlexpress but when im writing code in connection string(c#.net) the error is coming like unrecognized escape sequence i dnt know why?? plz help me in this.THANKS.

**chandu**

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-05-10 : 15:10:48
Post the error as your issue is not clear.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-05-11 : 01:16:48
Try using [chandu\sqlexpress] instead of chandu\sqlexpress

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -