all groups > sql server programming > april 2004 > threads for saturday april 17
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
Paging Advice Needed
Posted by Martin Feuersteiner at 4/17/2004 11:15:55 PM
Dear Group
A while ago I've asked how paging is possible and have read the articles on
aspfaq.com.
All of the methods described work perfectly fine until I'm trying to
implement a WHERE or ORDER BY DESC on a particular field. E.g. Create all
pages but sort on a date field DESC doesn't start... more >>
Shell scripting and SQL Server
Posted by DBA72 at 4/17/2004 11:01:03 PM
I'm curious, how important is NT shell and Unix Korn Shell scripting for a MS SQL Server DBA. The reason I ask is because I saw it in a job description for a job add. I've been a SQL Server DBA for 4 years and never really had to make use of this except for some small jobs (like copying files) using... more >>
Where are Analysis Services?
Posted by mklapp at 4/17/2004 7:51:02 PM
Hello
Trying to install BizTalk server 2004 and, you guessed it, I need a component the entire world of Microsoft seems intent not to have or mention anywhere other than the BTS requirements
I am looking for the SQL Server Analysis Services. It is not, apparently, a part of SQL Server Dev Ed... more >>
Account Credit Stored Procedure
Posted by Brian Candy at 4/17/2004 5:32:26 PM
I guess this is a bit cheeky asking someone to do my work for me, but I am
just unable to locate a book that teaches how to build stored procedures in
MSSQL. I have started to get the gist of things but am getting beyond my
knowledge faster than I can learn.
Does anyone know of a good exam... more >>
Looking for RDBM reviews and ratings
Posted by Richard Lawson at 4/17/2004 3:21:56 PM
I am looking for reviews and rating of the top RDBM products. I would like
to know how SQL compares to other products.
Rich
... more >>
How to pass large XML data (above 8000 characters) through HTTP from a client to a stored procedure available in the server ?
Posted by Peri at 4/17/2004 12:00:54 PM
Hello,
This is the replication of the post that I made on 16th of march.
I am designing a client server application. In this application I will have
to pass the large XML data (above 8000 characters) from the client to the
server. In the server side I am using an ASP page to execute a store
... more >>
Integrating with VSS
Posted by Ed at 4/17/2004 11:48:48 AM
How do I configure SQL Enterprise manager so that I can integrate with VSS
to check in/out stored procedure changes?
... more >>
Software Developer earning his Doctorate needs help
Posted by Tim Dore at 4/17/2004 10:38:48 AM
I have been a Software Developer for 25 years mostly PC
based for the last 20. I have been earning my Doctorate
for the past 4 years and am now doing my Dissertation. The
theme of my dissertation is the relationships between job
characteristics, job satisfaction and turnover intention
amon... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SQLDMO.Backup does not take file name with space
Posted by Tanuj Ralhan at 4/17/2004 9:56:04 AM
Hi Everybod
why SQLDMO.Backup.Files does not take file name with space e.g.,
"C:\Program Files\Microsoft SQL Server\MSSQL\MYBACKUP
Why? Anybody will throw some light. Thanks in advanc
... more >>
Count Record SP
Posted by Leon at 4/17/2004 3:22:47 AM
Thank you for your time!!!
Ok I have two tables in my database one contain
members and one contain members books. A member
can only have 10 books posted in the database at one time.
The book table design look like this...
BookID
MemberID
Title
Author
Etc.
How can I write a stored pro... more >>
|