Click here to Skip to main content
16,004,974 members
Home / Discussions / Database
   

Database

 
GeneralProblem connecting to sql with C# and ASP.NET Pin
Aviv Halperin23-May-04 10:38
Aviv Halperin23-May-04 10:38 
GeneralRe: Problem connecting to sql with C# and ASP.NET Pin
Grimolfr24-May-04 3:30
Grimolfr24-May-04 3:30 
GeneralConnection String for Database access Pin
Ali Alaradi22-May-04 19:55
Ali Alaradi22-May-04 19:55 
GeneralRe: Connection String for Database access Pin
Hesham Amin23-May-04 11:12
Hesham Amin23-May-04 11:12 
GeneralSQL Pin
Member 110684620-May-04 21:02
Member 110684620-May-04 21:02 
GeneralRe: SQL Pin
Hesham Amin20-May-04 21:48
Hesham Amin20-May-04 21:48 
Generaltext to ntext Pin
ShankarPS20-May-04 16:59
ShankarPS20-May-04 16:59 
GeneralRe: text to ntext Pin
Grimolfr21-May-04 4:17
Grimolfr21-May-04 4:17 
Unfortunately, updating and dropping is the only convenient way to do it.

You COULD take the database offline, export all the data from the table to flat file, drop and recreate the table with the new layout, and then re-import the data previously exported. But This will most likely take just as long or longer than just letting Enterprise Manager do things its own way.


Grim
(aka Toby)
MCDBA, MCSD, MCP+SB

GeneralRe: text to ntext Pin
ShankarPS23-May-04 19:54
ShankarPS23-May-04 19:54 
GeneralRe: text to ntext Pin
Grimolfr24-May-04 4:36
Grimolfr24-May-04 4:36 
GeneralDataTable Pin
IamADotNetGuy20-May-04 10:35
IamADotNetGuy20-May-04 10:35 
GeneralRe: DataTable Pin
Jackiemcki25-May-04 12:39
Jackiemcki25-May-04 12:39 
GeneralSQL Server Pasword Changing Pin
Imtiaz Murtaza19-May-04 21:09
Imtiaz Murtaza19-May-04 21:09 
GeneralRe: SQL Server Pasword Changing Pin
Aryadip19-May-04 21:36
Aryadip19-May-04 21:36 
GeneralRe: SQL Server Pasword Changing Pin
Grimolfr20-May-04 1:49
Grimolfr20-May-04 1:49 
GeneralRe: SQL Server Pasword Changing Pin
mozka20-May-04 14:14
mozka20-May-04 14:14 
GeneralEncrypt stored procedure Pin
CT CHANG19-May-04 19:24
CT CHANG19-May-04 19:24 
GeneralRe: Encrypt stored procedure Pin
Grimolfr20-May-04 1:44
Grimolfr20-May-04 1:44 
GeneralRe: Encrypt stored procedure Pin
CT CHANG20-May-04 3:53
CT CHANG20-May-04 3:53 
GeneralRe: Encrypt stored procedure Pin
Grimolfr20-May-04 4:52
Grimolfr20-May-04 4:52 
GeneralSQL Problem Pin
XGaMeS19-May-04 10:24
XGaMeS19-May-04 10:24 
GeneralRe: SQL Problem Pin
XGaMeS19-May-04 10:26
XGaMeS19-May-04 10:26 
GeneralRe: SQL Problem Pin
Jeff Varszegi19-May-04 11:46
professionalJeff Varszegi19-May-04 11:46 
GeneralRe: SQL Problem Pin
XGaMeS20-May-04 2:21
XGaMeS20-May-04 2:21 
GeneralRe: SQL Problem Pin
Om Prakash Pant5-Jun-04 1:14
Om Prakash Pant5-Jun-04 1:14 

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.