all groups > sql server programming > july 2007 > threads for saturday july 28
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
SQL query - filter by column name?
Posted by nickkaplan NO[at]SPAM gmail.com at 7/28/2007 5:41:33 PM
I'm trying to create and SQL query that will filter by the column
name.
Select *
>From mytable
where column name = something
I know the something, I just dont know how to specify the column name
Hope this make sense
THANKS FOR ANY HELP!
... more >>
How to calculate time diff in seconds
Posted by Mushtaq.Q.Ali NO[at]SPAM gmail.com at 7/28/2007 12:53:25 PM
Hello everyone,
Can someone please tell me how to calculate a time difference (in
seconds, there is a (trxtime) column when a transaction happened) when
an item (itemid) was out of stock (stntotal=0) and the next time when
the same item (itemid) was refilled (stntotal>1). I would like to know
... more >>
HELP!!! Creating Nested Data in Repeated Region Problem
Posted by GTN170777 at 7/28/2007 6:50:02 AM
Hi All, Would appreciate some assistance with the attached, I'm using some
fairly complicated recordsets (ASP VBScript) for a property search website, I
have a page where a user selects search by County this in turn takes them to
a page which lists all the towns in the county and number of liv... more >>
Server using 100% cpu of sql server
Posted by MANPREET SINGH at 7/28/2007 2:30:00 AM
Pl help me that we are using sql server 2000. we have 60 client macine
working thtough sql .Only shortcut is placing on client machine. mainly
running sql from main server. Due 100% cpu usages software get slow.... more >>
backup and move SQLExpress to SQL2005
Posted by Xavier at 7/28/2007 2:22:00 AM
I have to copy (make a backup) of the SQLexpress database (c:\MYWSS30.mdf /
MYWSS30.ldf) and to move it on a sql2005 server and attach this on it.
On the PC there is only the default installation of WSS3.0 which uses as
database I think SQLexpress. I know where the files are located.
What st... more >>
Problem on Instead Of Insert Trigger
Posted by AliRezaGoogle at 7/28/2007 12:17:49 AM
Dear All,
I have designed an "Instead Of Trigger" for a table in my DB. Trigger
task is editing value of a desired column for every row going to be
inserted. It is very important that trigger must be fired on every row
to be inserted.
But in bulk insert I face a problem. Why in a bulk inser... more >>
|