Click here to Skip to main content
15,891,184 members
Home / Discussions / Database
   

Database

 
AnswerRe: Openrowset across a network Pin
Md. Marufuzzaman1-Oct-09 7:14
professionalMd. Marufuzzaman1-Oct-09 7:14 
QuestionTable Structure for Product -> Book Pin
Brendan Vogt29-Sep-09 23:39
Brendan Vogt29-Sep-09 23:39 
AnswerRe: Table Structure for Product -> Book Pin
Mycroft Holmes30-Sep-09 0:34
professionalMycroft Holmes30-Sep-09 0:34 
QuestionRe: Table Structure for Product -> Book Pin
Brendan Vogt30-Sep-09 2:43
Brendan Vogt30-Sep-09 2:43 
AnswerRe: Table Structure for Product -> Book [modified] Pin
Andy_L_J30-Sep-09 21:29
Andy_L_J30-Sep-09 21:29 
QuestionRe: Table Structure for Product -> Book Pin
Brendan Vogt30-Sep-09 22:55
Brendan Vogt30-Sep-09 22:55 
AnswerRe: Table Structure for Product -> Book [modified] Pin
Andy_L_J1-Oct-09 0:18
Andy_L_J1-Oct-09 0:18 
Questionpivot error Pin
snouto29-Sep-09 21:28
snouto29-Sep-09 21:28 
hi everybody .

i am trying to use pivot
i use northwind data base

i try to execute the following sql statement in my sql server management studio

SELECT * FROM Orders
PIVOT (COUNT(employeeID) FOR employeeID IN ([1],[2],[3],[4],[5],[6],[7],[8],[9])) p

but it gives me that error , i don't know what is wrong with the above statement , actually i didn't change the query from the article that i learn from , i copied and pasted it inside the sql management studio

i got that error

Msg 102, Level 15, State 1, Line 2
Incorrect syntax near '('.

Human knowledge belongs to the world.

AnswerRe: pivot error Pin
Mycroft Holmes30-Sep-09 0:42
professionalMycroft Holmes30-Sep-09 0:42 
AnswerRe: pivot error Pin
Syed Mehroz Alam30-Sep-09 0:50
Syed Mehroz Alam30-Sep-09 0:50 
AnswerRe: pivot error Pin
i.j.russell30-Sep-09 1:15
i.j.russell30-Sep-09 1:15 
Questionhow to backup oracle 10g Pin
E_Gold29-Sep-09 9:58
E_Gold29-Sep-09 9:58 
AnswerRe: how to backup oracle 10g Pin
Mycroft Holmes29-Sep-09 19:31
professionalMycroft Holmes29-Sep-09 19:31 
Questionhelp required in adding dynamic columns and search anywhere in table ???? Pin
jarajeshwaran29-Sep-09 7:17
jarajeshwaran29-Sep-09 7:17 
AnswerRe: help required in adding dynamic columns and search anywhere in table ???? Pin
Mycroft Holmes29-Sep-09 19:43
professionalMycroft Holmes29-Sep-09 19:43 
GeneralRe: help required in adding dynamic columns and search anywhere in table ???? Pin
jarajeshwaran29-Sep-09 23:11
jarajeshwaran29-Sep-09 23:11 
QuestionHow to user SQLServer Authentication in SQL server management studio Pin
AhmedMasum29-Sep-09 2:49
AhmedMasum29-Sep-09 2:49 
AnswerRe: How to user SQLServer Authentication in SQL server management studio Pin
leckey29-Sep-09 3:28
leckey29-Sep-09 3:28 
GeneralRe: How to user SQLServer Authentication in SQL server management studio Pin
AhmedMasum29-Sep-09 17:52
AhmedMasum29-Sep-09 17:52 
AnswerRe: How to user SQLServer Authentication in SQL server management studio Pin
Nisha Agrawal29-Sep-09 20:17
Nisha Agrawal29-Sep-09 20:17 
GeneralRe: How to user SQLServer Authentication in SQL server management studio Pin
AhmedMasum1-Oct-09 4:32
AhmedMasum1-Oct-09 4:32 
GeneralRe: How to user SQLServer Authentication in SQL server management studio Pin
Nisha Agrawal1-Oct-09 19:35
Nisha Agrawal1-Oct-09 19:35 
QuestionHow can I backup my sql server 2008 database on a remote server?? Pin
Nada Adel29-Sep-09 0:33
Nada Adel29-Sep-09 0:33 
AnswerRe: How can I backup my sql server 2008 database on a remote server?? Pin
Vimalsoft(Pty) Ltd29-Sep-09 1:16
professionalVimalsoft(Pty) Ltd29-Sep-09 1:16 
GeneralRe: How can I backup my sql server 2008 database on a remote server?? Pin
Nada Adel29-Sep-09 1:32
Nada Adel29-Sep-09 1: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.