Click here to Skip to main content
16,005,734 members
Home / Discussions / Database
   

Database

 
QuestionAccess or SQL Express?? Pin
quinton.nel17-Oct-06 0:25
quinton.nel17-Oct-06 0:25 
AnswerRe: Access or SQL Express?? Pin
Colin Angus Mackay17-Oct-06 0:59
Colin Angus Mackay17-Oct-06 0:59 
GeneralRe: Access or SQL Express?? Pin
quinton.nel17-Oct-06 1:21
quinton.nel17-Oct-06 1:21 
GeneralRe: Access or SQL Express?? Pin
Jerry Hammond18-Oct-06 4:13
Jerry Hammond18-Oct-06 4:13 
QuestionBrackets around column names? Pin
quinton.nel16-Oct-06 23:47
quinton.nel16-Oct-06 23:47 
AnswerRe: Brackets around column names? Pin
Mike Dimmick17-Oct-06 0:14
Mike Dimmick17-Oct-06 0:14 
AnswerRe: Brackets around column names? Pin
albCode17-Oct-06 0:15
albCode17-Oct-06 0:15 
GeneralRe: Brackets around column names? Pin
stevehnsn17-Oct-06 16:03
stevehnsn17-Oct-06 16:03 
Actually the brackets can appear in the SQL query. They just signify some text string that is its own entity, such as a table name composed of two words with a white space delimiter. You could also use it in a query like this:

SELECT columns FROM table WHERE column LIKE '%[%]%'

Which essentially escapes the middle percent sign, treating it like a percent sign instead of a wildcard character. I hope this helps.

Steve Hanson
Tasen Software

New Hampshire (NH) Website Design and Software Development
QuestionError Upon Restoring Transaction Log Pin
toink toink16-Oct-06 20:19
toink toink16-Oct-06 20:19 
AnswerRe: Error Upon Restoring Transaction Log Pin
Mike Dimmick17-Oct-06 0:15
Mike Dimmick17-Oct-06 0:15 
QuestionSQl INNER JOIN ON 5 tables Pin
walalawll16-Oct-06 16:05
walalawll16-Oct-06 16:05 
AnswerRe: SQl INNER JOIN ON 5 tables Pin
walalawll16-Oct-06 16:36
walalawll16-Oct-06 16:36 
Questionhow to insert image into sql database table Pin
vrk_raju16-Oct-06 15:01
vrk_raju16-Oct-06 15:01 
AnswerRe: how to insert image into sql database table Pin
Colin Angus Mackay16-Oct-06 21:42
Colin Angus Mackay16-Oct-06 21:42 
GeneralRe: how to insert image into sql database table Pin
stevehnsn17-Oct-06 16:11
stevehnsn17-Oct-06 16:11 
GeneralRe: how to insert image into sql database table Pin
Colin Angus Mackay17-Oct-06 21:38
Colin Angus Mackay17-Oct-06 21:38 
GeneralRe: how to insert image into sql database table Pin
stevehnsn18-Oct-06 10:32
stevehnsn18-Oct-06 10:32 
QuestionUsing ADO, finding the columns that make up a primary key Pin
AlexEvans16-Oct-06 12:59
AlexEvans16-Oct-06 12:59 
QuestionHow to reinstall SQLEXPRESS? Pin
AHz16-Oct-06 11:21
AHz16-Oct-06 11:21 
QuestionHuge problem with Sql Server 2000/2005 incompatibilities Pin
Goalie3516-Oct-06 9:51
Goalie3516-Oct-06 9:51 
AnswerRe: Huge problem with Sql Server 2000/2005 incompatibilities Pin
Rob Graham16-Oct-06 10:39
Rob Graham16-Oct-06 10:39 
QuestionCan I implement all functions which r available in Excel like standard deviation, graphs etc. using SQL Server 2000 and ASP.Net???? Means does SQL Server 2000 support this functionality??? Pin
Nandini Sharma16-Oct-06 3:02
Nandini Sharma16-Oct-06 3:02 
AnswerRe: Can I implement all functions which r available in Excel like standard deviation, graphs etc. using SQL Server 2000 and ASP.Net???? Means does SQL Server 2000 support this functionality??? Pin
Colin Angus Mackay16-Oct-06 5:54
Colin Angus Mackay16-Oct-06 5:54 
AnswerRe: [edit of overly long thread title] Pin
Jerry Hammond16-Oct-06 9:15
Jerry Hammond16-Oct-06 9:15 
Questionado.net - retrieve data from database Pin
fmardani16-Oct-06 0:45
fmardani16-Oct-06 0:45 

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.