Click here to Skip to main content
15,902,636 members
Home / Discussions / Database
   

Database

 
Questioninstance of sql server at client side Pin
laziale24-Sep-08 1:40
laziale24-Sep-08 1:40 
AnswerRe: instance of sql server at client side Pin
Rob Graham24-Sep-08 2:09
Rob Graham24-Sep-08 2:09 
QuestionHow can I solve this "Procedure or function StoredProcedure1 has too many arguments specified. problem"? Please only experts. Pin
JUNEYT24-Sep-08 0:20
JUNEYT24-Sep-08 0:20 
AnswerRe: How can I solve this "Procedure or function StoredProcedure1 has too many arguments specified. problem"? Please only experts. Pin
Rob Graham24-Sep-08 2:14
Rob Graham24-Sep-08 2:14 
GeneralRe: How can I solve this "Procedure or function StoredProcedure1 has too many arguments specified. problem"? Please only experts. Pin
JUNEYT24-Sep-08 11:15
JUNEYT24-Sep-08 11:15 
AnswerRe: How can I solve this "Procedure or function StoredProcedure1 has too many arguments specified. problem"? Please only experts. Pin
J4amieC24-Sep-08 2:56
J4amieC24-Sep-08 2:56 
GeneralRe: How can I solve this "Procedure or function StoredProcedure1 has too many arguments specified. problem"? Please only experts. Pin
Blue_Boy24-Sep-08 3:40
Blue_Boy24-Sep-08 3:40 
QuestionAltering a table with SQL manager 2008 Pin
Paw Jershauge23-Sep-08 23:58
Paw Jershauge23-Sep-08 23:58 
I have added an column to an existing table via the SQL management studio 2008 and assigned an default value, and set the field to NOT NULL, but i keep getting an error saying that i need to drop and re-create the table. this is not posible for me. D'Oh! | :doh:

So i tried setting the new column to allow NULL, but still the management says that I need to drop and re-create the table. ???? D'Oh! | :doh:

When i do it by script like:
ALTER TABLE Suppliers
ADD Country varchar(3) Default('ENG') NOT NULL

it works fine... WTF | :WTF:

Does the SQL Management Studio 2008 have an bug here Confused | :confused: Confused | :confused:

With great code, comes great complexity, so keep it simple stupid...Shucks | :-\ Shucks | :-\

AnswerRe: Altering a table with SQL manager 2008 Pin
Wendelius24-Sep-08 8:58
mentorWendelius24-Sep-08 8:58 
GeneralRe: Altering a table with SQL manager 2008 Pin
Paw Jershauge24-Sep-08 9:12
Paw Jershauge24-Sep-08 9:12 
GeneralRe: Altering a table with SQL manager 2008 Pin
Wendelius24-Sep-08 9:20
mentorWendelius24-Sep-08 9:20 
GeneralRe: Altering a table with SQL manager 2008 Pin
Paw Jershauge24-Sep-08 9:29
Paw Jershauge24-Sep-08 9:29 
GeneralRe: Altering a table with SQL manager 2008 [modified] Pin
Wendelius24-Sep-08 9:37
mentorWendelius24-Sep-08 9:37 
GeneralRe: Altering a table with SQL manager 2008 Pin
Paw Jershauge24-Sep-08 9:46
Paw Jershauge24-Sep-08 9:46 
GeneralRe: Altering a table with SQL manager 2008 Pin
Paw Jershauge24-Sep-08 9:56
Paw Jershauge24-Sep-08 9:56 
GeneralRe: Altering a table with SQL manager 2008 Pin
Wendelius24-Sep-08 9:58
mentorWendelius24-Sep-08 9:58 
GeneralRe: Altering a table with SQL manager 2008 Pin
Paw Jershauge24-Sep-08 10:01
Paw Jershauge24-Sep-08 10:01 
GeneralRe: Altering a table with SQL manager 2008 Pin
Wendelius24-Sep-08 10:15
mentorWendelius24-Sep-08 10:15 
GeneralRe: Altering a table with SQL manager 2008 Pin
Paw Jershauge24-Sep-08 10:17
Paw Jershauge24-Sep-08 10:17 
QuestionSAVE PIC IMAGE IN SQL Pin
NasirLCCI200723-Sep-08 23:54
NasirLCCI200723-Sep-08 23:54 
AnswerRe: SAVE PIC IMAGE IN SQL Pin
Giorgi Dalakishvili24-Sep-08 0:24
mentorGiorgi Dalakishvili24-Sep-08 0:24 
Questionhow to open other systems back up file into my database in sql server 2005 Pin
Roney23-Sep-08 23:43
Roney23-Sep-08 23:43 
QuestionConnection Pooling nightmare - Timeout Expired! Pin
Meysam Mahfouzi23-Sep-08 23:07
Meysam Mahfouzi23-Sep-08 23:07 
AnswerRe: Connection Pooling nightmare - Timeout Expired! Pin
Mark Churchill23-Sep-08 23:15
Mark Churchill23-Sep-08 23:15 
AnswerRe: Connection Pooling nightmare - Timeout Expired! Pin
Meysam Mahfouzi24-Sep-08 0:00
Meysam Mahfouzi24-Sep-08 0:00 

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.