all groups > sql server (alternate) > may 2004 > threads for may 29 - 31, 2004
Filter by week: 1 2 3 4 5
can u help with my select ?
Posted by Krzysiek at 5/31/2004 7:29:42 PM
Hello All,
I have a simple table with 2 columns.
datetime int
27.05.04 1
29.05.04 2
31.05.04 5
and i need to get a view that looks like this below :
27.05.04 1 1
29.05.04 2 3
31.05.04 5 8
The third column shows a sum of numbers that were display before ... more >>
Creating roles
Posted by newtophp2000 NO[at]SPAM yahoo.com at 5/31/2004 5:20:29 PM
Hello,
I know there is sp_addrole and sp_droprole to create roles. I just
found out that I could not use these two statements in an application
because the application is interacting with the database within
transactions through ODBC (SQLServer complains that these two stored
procedures cann... more >>
cross tab or derived table
Posted by contactmirth NO[at]SPAM yahoo.co.uk at 5/31/2004 5:59:37 AM
Hi all,
I have a table in this format
colname1 colname2 colname3
col1data1 col2data1 col3data1
col1data2 col2data2 col3data2
col1data3 col2data3 col3data3
col1data4 col2data4 col3data4
I want to display it in this format
colname1 col1data1 col1data2 col1data3 col1data4
colname2 co... more >>
Like statement
Posted by jim.ferris NO[at]SPAM motorola.com at 5/31/2004 12:13:07 AM
I need to build a bunch of dynamic like statements '% ' or '% %'.
heres an example of one that im working on just to test..
declare @check varchar(50)
set @check = 'Bad'
declare @select varchar(50)
set @select = 'select * from art where style like %' + @check + ' and
inventoryid =13'
ex... more >>
sql server 2000
Posted by gun_reddy NO[at]SPAM yahoo.com at 5/30/2004 11:17:22 PM
I am trying to import a text file with an Access 2000 front end
application and
The application has SQL SERVER 2000 as the back end.
when i try to import the text file I am getting the error below.
Could not bult insert because the file could not be opened.Operating
system error code 3(the syst... more >>
possibile che ...
Posted by ernix at 5/30/2004 9:10:00 AM
nessuna sappia dirmi come convertire un database mysql in sql server? Avrei
bisogno di visionare graficamnete le tabelle e le loro relazioni. Qualcuno
può darmi una mano?
Grazie infinite
... more >>
Calling All T-SQL Gods & Goddesses
Posted by theintrepidfox NO[at]SPAM hotmail.com at 5/29/2004 12:19:20 PM
Hi
I'm having trouble with the script below that it just won't do a
correct ORDER BY for a date field.
When executing the two SELECT TOP statements on their own the records
are sorted correctly but when wrapped in the main statement, the ORDER
BY is just ignored. Tried to play around with t... more >>
How to Spec a SQL server
Posted by matt NO[at]SPAM fruitsalad.org at 5/29/2004 1:05:27 AM
Hello
We are upgrading our DB server to a new machine and there is a heated
debate about what spec machine to use.
We have on this server a 15 GB DB that handled around 2-3 million
transactions / day, 50% updates and 50& reads roughly, the main goal
since it is used by an interactive end us... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|