Click here to Skip to main content
15,898,134 members
Home / Discussions / Database
   

Database

 
QuestionIndexs Pin
janakinandhu5-Aug-08 23:42
janakinandhu5-Aug-08 23:42 
AnswerRe: Indexs Pin
sunil goyalG5-Aug-08 23:52
sunil goyalG5-Aug-08 23:52 
QuestionAll database names query ? Pin
rajg825-Aug-08 22:51
rajg825-Aug-08 22:51 
AnswerRe: All database names query ? Pin
Blue_Boy5-Aug-08 23:26
Blue_Boy5-Aug-08 23:26 
QuestionRequirement on Server Machine and Client Machine Pin
Rupsaa5-Aug-08 21:42
Rupsaa5-Aug-08 21:42 
QuestionSQL Server 200 Pin
waqas_2k5-Aug-08 21:10
waqas_2k5-Aug-08 21:10 
AnswerRe: SQL Server 200 Pin
topcatalpha6-Aug-08 21:32
topcatalpha6-Aug-08 21:32 
QuestionNeed to create tables with different culture Pin
Satish - Developer5-Aug-08 20:04
Satish - Developer5-Aug-08 20:04 
Hi, I have a requirement that as follows
In front end i have a dropdown with options English, Spanish, German,
chinese, Japan etc.

What ever the language i have selected in dropdown, i need to create a table to store the corressponsindg language data. I am not knowing how to create a table with culture specific? For each language, different table to be created.

Can any one help on this? If possible, plz provide code for me. or modify the below code

This code is general for creating a table

CREATE TABLE [dbo].[Tbl_Names]
(
[SeedID] [int] IDENTITY(1,1) NOT NULL,
[Indian_First_Names] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Indian_Last_Names] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Gender] [varchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Culture] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
)
ON [PRIMARY]

G. Satish

AnswerRe: Need to create tables with different culture Pin
mghiassi6-Aug-08 7:51
mghiassi6-Aug-08 7:51 
QuestionRepost of Xquery Solution Pin
Member 31863655-Aug-08 18:27
Member 31863655-Aug-08 18:27 
QuestionRe: Repost of Xquery Solution Pin
leoinfo8-Aug-08 2:24
leoinfo8-Aug-08 2:24 
QuestionXquery solution needed Pin
Member 31863655-Aug-08 18:22
Member 31863655-Aug-08 18:22 
QuestionHow can i Do this work Programmatically for SQL EXPRESS 2005 Pin
sunil goyalG5-Aug-08 7:20
sunil goyalG5-Aug-08 7:20 
AnswerRe: How can i Do this work Programmatically for SQL EXPRESS 2005 Pin
Wendelius5-Aug-08 7:28
mentorWendelius5-Aug-08 7:28 
GeneralRe: How can i Do this work Programmatically for SQL EXPRESS 2005 Pin
sunil goyalG5-Aug-08 21:21
sunil goyalG5-Aug-08 21:21 
GeneralRe: How can i Do this work Programmatically for SQL EXPRESS 2005 Pin
Wendelius6-Aug-08 7:07
mentorWendelius6-Aug-08 7:07 
QuestionComprare two column headings Pin
DFlat4Now5-Aug-08 6:24
DFlat4Now5-Aug-08 6:24 
AnswerRe: Comprare two column headings Pin
DerekFL5-Aug-08 7:02
DerekFL5-Aug-08 7:02 
GeneralRe: Comprare two column headings Pin
DFlat4Now5-Aug-08 8:30
DFlat4Now5-Aug-08 8:30 
QuestionHow to convert variant_t data type to char* or char array or const char* or CString data type? Pin
yklim5-Aug-08 6:03
yklim5-Aug-08 6:03 
QuestionOutput Parameter value Pin
ThangamSundar5-Aug-08 2:40
ThangamSundar5-Aug-08 2:40 
AnswerRe: Output Parameter value Pin
Blue_Boy5-Aug-08 2:51
Blue_Boy5-Aug-08 2:51 
AnswerRe: Output Parameter value Pin
John_Adams5-Aug-08 19:12
John_Adams5-Aug-08 19:12 
QuestionDownload Vista Compatiable SQL Server EXPRESS Pin
sunil goyalG5-Aug-08 1:12
sunil goyalG5-Aug-08 1:12 
AnswerRe: Download Vista Compatiable SQL Server EXPRESS Pin
Blue_Boy5-Aug-08 3:06
Blue_Boy5-Aug-08 3:06 

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.