Click here to Skip to main content
15,903,362 members
Home / Discussions / Database
   

Database

 
AnswerRe: problem with Query Pin
Simon_Whale4-May-10 23:26
Simon_Whale4-May-10 23:26 
QuestionSQL Server Indexes [modified] Pin
mobius1110013-May-10 3:13
mobius1110013-May-10 3:13 
AnswerRe: SQL Server Indexes Pin
Luc Pattyn3-May-10 4:15
sitebuilderLuc Pattyn3-May-10 4:15 
GeneralRe: SQL Server Indexes Pin
mobius1110013-May-10 4:35
mobius1110013-May-10 4:35 
AnswerRe: SQL Server Indexes Pin
Henry Minute3-May-10 4:28
Henry Minute3-May-10 4:28 
AnswerRe: SQL Server Indexes Pin
Luc Pattyn3-May-10 4:53
sitebuilderLuc Pattyn3-May-10 4:53 
GeneralRe: SQL Server Indexes Pin
Henry Minute3-May-10 4:58
Henry Minute3-May-10 4:58 
GeneralRe: SQL Server Indexes Pin
Luc Pattyn3-May-10 5:05
sitebuilderLuc Pattyn3-May-10 5:05 
GeneralRe: SQL Server Indexes Pin
Henry Minute3-May-10 5:09
Henry Minute3-May-10 5:09 
GeneralRe: SQL Server Indexes Pin
Luc Pattyn3-May-10 5:17
sitebuilderLuc Pattyn3-May-10 5:17 
GeneralRe: SQL Server Indexes Pin
Chris Meech3-May-10 6:43
Chris Meech3-May-10 6:43 
GeneralRe: SQL Server Indexes Pin
Luc Pattyn3-May-10 6:55
sitebuilderLuc Pattyn3-May-10 6:55 
AnswerRe: SQL Server Indexes Pin
PIEBALDconsult3-May-10 16:59
mvePIEBALDconsult3-May-10 16:59 
QuestionCyrillic characters · Serbian characters in sql server 2005 Pin
abcurl3-May-10 2:02
abcurl3-May-10 2:02 
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 

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.