Click here to Skip to main content
15,889,651 members
Home / Discussions / Database
   

Database

 
AnswerRe: Cyrillic characters · Serbian characters in sql server 2005 Pin
Bernhard Hiller4-May-10 20:36
Bernhard Hiller4-May-10 20:36 
QuestionSelect value of DropDawnList Inside GridView Pin
msomar3-May-10 0:30
msomar3-May-10 0:30 
AnswerRe: Select value of DropDawnList Inside GridView Pin
Paramhans Dubey3-May-10 2:57
professionalParamhans Dubey3-May-10 2:57 
GeneralRe: Select value of DropDawnList Inside GridView Pin
msomar3-May-10 4:34
msomar3-May-10 4:34 
GeneralRe: Select value of DropDawnList Inside GridView Pin
Paramhans Dubey3-May-10 7:02
professionalParamhans Dubey3-May-10 7:02 
GeneralRe: Select value of DropDawnList Inside GridView Pin
Paramhans Dubey3-May-10 19:48
professionalParamhans Dubey3-May-10 19:48 
AnswerRe: Select value of DropDawnList Inside GridView Pin
msomar6-May-10 0:25
msomar6-May-10 0:25 
QuestionUpdating related 2 Tables Pin
msomar2-May-10 23:12
msomar2-May-10 23:12 
I could execute the following sql in SMSS, but when adding it in a sqldatasource as an update statement, it gets an error.

In SSMS, and it works fine:
UPDATE   S
   SET    S.DailyBudget = 12
   FROM    Account O INNER JOIN  AdCampaign S
         ON O.ID = S.AccountID
   WHERE   O.EmailAddress = 'abc@abc.com'


But In Sqdatasource, it gets error:
UPDATE S SET S.DailyBudget = 12 FROM Account O INNER JOIN AdCampaign S ON O.ID = S.AccountID WHERE (O.EmailAddress = @EmailAddress)

Error: Invalid Object Name 'S'.
Hint: S,O are borrowed names, and not actual table names.
AnswerRe: Updating related 2 Tables Pin
SeMartens3-May-10 0:07
SeMartens3-May-10 0:07 
QuestionSEARCH QUERY:) Pin
diyaa_082-May-10 21:33
diyaa_082-May-10 21:33 
Question890213 - Installing SQL Server 2008 failover cluster Pin
ilostmyid22-May-10 19:25
professionalilostmyid22-May-10 19:25 
AnswerRe: 890213 - Installing SQL Server 2008 failover cluster Pin
Michel Godfroid2-May-10 20:53
Michel Godfroid2-May-10 20:53 
QuestionUpdate query in sql server 2005 Pin
msomar2-May-10 8:57
msomar2-May-10 8:57 
QuestionHow I can pass session parameters to SqlDataSource Pin
msomar1-May-10 20:45
msomar1-May-10 20:45 
AnswerRe: How I can pass session parameters to SqlDataSource Pin
Michel Godfroid1-May-10 22:24
Michel Godfroid1-May-10 22:24 
QuestionSelect error Pin
msomar1-May-10 9:34
msomar1-May-10 9:34 
AnswerRe: Select error Pin
Michel Godfroid1-May-10 22:22
Michel Godfroid1-May-10 22:22 
QuestionNeed help with this query so it returns only a single record per user Pin
Michael J. Eber30-Apr-10 8:39
Michael J. Eber30-Apr-10 8:39 
AnswerRe: Need help with this query so it returns only a single record per user Pin
Jörgen Andersson30-Apr-10 23:47
professionalJörgen Andersson30-Apr-10 23:47 
QuestionHow many concurrent we can have in SQL Server 2005 Express? Pin
divyesh143229-Apr-10 21:26
divyesh143229-Apr-10 21:26 
AnswerRe: How many concurrent we can have in SQL Server 2005 Express? Pin
Michel Godfroid29-Apr-10 23:48
Michel Godfroid29-Apr-10 23:48 
GeneralRe: How many concurrent we can have in SQL Server 2005 Express? Pin
Roger Wright30-Apr-10 7:06
professionalRoger Wright30-Apr-10 7:06 
GeneralRe: How many concurrent we can have in SQL Server 2005 Express? Pin
Michel Godfroid30-Apr-10 7:24
Michel Godfroid30-Apr-10 7:24 
QuestionCyrillic characters · Serbian characters in sql server 2005 Pin
abcurl28-Apr-10 20:38
abcurl28-Apr-10 20:38 
AnswerRe: Cyrillic characters · Serbian characters in sql server 2005 Pin
Bernhard Hiller28-Apr-10 22:32
Bernhard Hiller28-Apr-10 22:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.