Click here to Skip to main content
15,894,539 members
Home / Discussions / Database
   

Database

 
GeneralRe: How do you lock records in Access 2007 Pin
Eddy Vluggen6-Apr-12 2:31
professionalEddy Vluggen6-Apr-12 2:31 
GeneralRe: How do you lock records in Access 2007 Pin
Richard.Berry1006-Apr-12 2:41
Richard.Berry1006-Apr-12 2:41 
GeneralRe: How do you lock records in Access 2007 Pin
Eddy Vluggen6-Apr-12 5:50
professionalEddy Vluggen6-Apr-12 5:50 
QuestionFind Date between two Dates Pin
Robymon30-Mar-12 0:09
Robymon30-Mar-12 0:09 
AnswerRe: Find Date between two Dates Pin
JamesAbbott30-Mar-12 0:40
JamesAbbott30-Mar-12 0:40 
GeneralRe: Find Date between two Dates Pin
Robymon30-Mar-12 1:26
Robymon30-Mar-12 1:26 
QuestionSQL Server Command Line Compile Pin
Kevin Marois29-Mar-12 11:28
professionalKevin Marois29-Mar-12 11:28 
AnswerRe: SQL Server Command Line Compile Pin
PIEBALDconsult29-Mar-12 12:12
mvePIEBALDconsult29-Mar-12 12:12 
You don't compile SQL.

You can execute SQL statements or a file of statements depending on the database system.

For SQL Server, see sqlcmd

C:>sqlcmd /?
Microsoft (R) SQL Server Command Line Tool
Version 10.50.2500.0 NT x64
Copyright (c) Microsoft Corporation.  All rights reserved.

usage: Sqlcmd            [-U login id]          [-P password]
  [-S server]            [-H hostname]          [-E trusted connection]
  [-N Encrypt Connection][-C Trust Server Certificate]
  [-d use database name] [-l login timeout]     [-t query timeout]
  [-h headers]           [-s colseparator]      [-w screen width]
  [-a packetsize]        [-e echo input]        [-I Enable Quoted Identifiers]
  [-c cmdend]            [-L[c] list servers[clean output]]
  [-q "cmdline query"]   [-Q "cmdline query" and exit]
  [-m errorlevel]        [-V severitylevel]     [-W remove trailing spaces]
  [-u unicode output]    [-r[0|1] msgs to stderr]
  [-i inputfile]         [-o outputfile]        [-z new password]
  [-f <codepage> | i:<codepage>[,o:<codepage>]] [-Z new password and exit]
  [-k[1|2] remove[replace] control characters]
  [-y variable length type display width]
  [-Y fixed length type display width]
  [-p[1] print statistics[colon format]]
  [-R use client regional setting]
  [-b On error batch abort]
  [-v var = "value"...]  [-A dedicated admin connection]
  [-X[1] disable commands, startup script, enviroment variables [and exit]]
  [-x disable variable substitution]
  [-? show syntax summary]

GeneralRe: SQL Server Command Line Compile Pin
Kevin Marois29-Mar-12 12:17
professionalKevin Marois29-Mar-12 12:17 
GeneralRe: SQL Server Command Line Compile Pin
PIEBALDconsult29-Mar-12 14:53
mvePIEBALDconsult29-Mar-12 14:53 
AnswerRe: SQL Server Command Line Compile Pin
Bernhard Hiller29-Mar-12 22:36
Bernhard Hiller29-Mar-12 22:36 
GeneralRe: SQL Server Command Line Compile Pin
PIEBALDconsult30-Mar-12 3:08
mvePIEBALDconsult30-Mar-12 3:08 
QuestionHow do you lock records in Access 2007 Pin
Richard.Berry10029-Mar-12 9:34
Richard.Berry10029-Mar-12 9:34 
AnswerRe: How do you lock records in Access 2007 Pin
David Mujica29-Mar-12 9:51
David Mujica29-Mar-12 9:51 
GeneralRe: How do you lock records in Access 2007 Pin
Richard.Berry10029-Mar-12 10:18
Richard.Berry10029-Mar-12 10:18 
AnswerRe: How do you lock records in Access 2007 Pin
Mycroft Holmes29-Mar-12 13:09
professionalMycroft Holmes29-Mar-12 13:09 
QuestionXML data import to SQL Pin
milenalukic29-Mar-12 6:21
milenalukic29-Mar-12 6:21 
AnswerRe: XML data import to SQL Pin
jschell29-Mar-12 8:08
jschell29-Mar-12 8:08 
AnswerRe: XML data import to SQL Pin
PIEBALDconsult29-Mar-12 12:24
mvePIEBALDconsult29-Mar-12 12:24 
GeneralRe: XML data import to SQL Pin
milenalukic30-Mar-12 11:46
milenalukic30-Mar-12 11:46 
QuestionNew User. Pin
Abhishek kumar12129-Mar-12 4:24
Abhishek kumar12129-Mar-12 4:24 
AnswerRe: New User. Pin
Simon_Whale29-Mar-12 4:46
Simon_Whale29-Mar-12 4:46 
QuestionWhere .. IN ... Pin
eyalle27-Mar-12 20:47
eyalle27-Mar-12 20:47 
AnswerRe: Where .. IN ... Pin
Vipin_Arora27-Mar-12 20:57
Vipin_Arora27-Mar-12 20:57 
AnswerRe: Where .. IN ... Pin
Mycroft Holmes27-Mar-12 23:14
professionalMycroft Holmes27-Mar-12 23: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.