Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / English Query / March 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
A .cmd file can be run on SQL7, but not on SQL200031 Mar 2006 00:26 GMT3
I have a command file with the following SQL statement:
bcp "SELECT * FROM [%dbname%].[dbo].[%1] WHERE DATEDIFF(hour,TimeStamp,
DATEADD(n, -DATEPART(n,getdate()), getdate())) <=24" queryout %CurDate%.tmp
-U -P -f %formatfile%
Need help with Simple script20 Mar 2006 18:17 GMT2
Example data:
column1   column2      
abcs12     123456
asdf-af     1234
UPDATETEXT table_name19 Mar 2006 00:36 GMT2
I am attempting to update a text field using UPDATETEXT
I need the table_name for UPDATETEXT table_name.dest_column_name
However, my SP could be running on ANY database.  So like any other query, I
just want it to use the current database.  
Enterprise Manager 'Change Query Type' Window17 Mar 2006 22:56 GMT1
I'm running a SQL Server Enterprise Manager.  When I click on 'Change Query
Type', a window pops up on the bottom right hand corner of my screen with the
options: 'Select, Insert from, Insert into, Update, etc.'.  The window used
to appear right under the bottom, but now every ...
Nested select14 Mar 2006 00:54 GMT6
Can you tell me whats wrong with this query?
select count(*) as CountedOrders
from
(
Help with a query please12 Mar 2006 22:56 GMT1
I have been strugling with for hours -
I have a table with the following columns
UID(decimal) | SD(bit) | MB(bit) | TS(bit) | Total(Decimal)
I want to run a query which will return
SQL10 Mar 2006 21:57 GMT1
i have a field that has the date of birth's in the following format,
20/06/1982
i want to take this out of the date of births / , the finish date of birth
field should be like this
Using wildcard criteria in an 'in' statement09 Mar 2006 21:28 GMT1
I need to search for multiple things, all using wildcards but it does not
seem to work:
select *
from Table
SQL ADD THREE FIELDS INTO OTHER FIELS08 Mar 2006 21:52 GMT1
i have three fields that are title, firstname and surname,
i want to add all three field together in a different field,
How can this be done
support for bind variables?04 Mar 2006 15:19 GMT1
I recently did a little development on an Oracle database and utilized bind
variables in a script like this:
SELECT first_name, last_name, zip FROM customers WHERE id = :cust_no
and simply defined ":cust_no" as a parameter through my application code.  I
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.