| Thread | Last Post | Replies |
|
| Reading a directory | 28 Feb 2007 22:37 GMT | 4 |
I do a lot of file processing and I usually run a little script I copy and paste to read directory information to see if a new file it there and then process the file if it is. So, I decided to wise up and make a stored procedure to automate a lot of that.
|
| return duplicate records | 28 Feb 2007 22:27 GMT | 3 |
Hello experts, I'm trying the run the following query with specific intentions. I would like the query to return 5 results; i.e., 4 distinct and one duplicate. I am only getting, however, 4 distinct records. I would
|
| Stored procedure to create a new database with tables | 28 Feb 2007 22:25 GMT | 6 |
I want my application to create a new database/tables when run for the first time. I have created a stored procedure to create the new database named "budget". When I run the stored procedure, it creates the budget database but the tables are created in the "master"
|
| SQL Help with purging old data | 28 Feb 2007 22:22 GMT | 1 |
Does anyone know how to purge old data in a MS SQL server 2000 database?
|
| SQL Help | 28 Feb 2007 22:16 GMT | 7 |
I am in desparate need of assistance. We are using an application called PaperVision Enterprise which takes scanned invoices and puts them into a database for the purpose of easy reference to any scanned invoice in the db. 2 weeks ago while trying to perform a 'match and
|
| How to view all triggers | 28 Feb 2007 20:00 GMT | 2 |
I need a way to view all existing triggers in our MS Server database especially since I don't know what tables are involved. Thanks, kwilla
|
| Help required! | 28 Feb 2007 18:46 GMT | 3 |
I am creating a web services application in Visual Studio Dot net which links to a MS SQL database. I need to create a form which lets the user pick his field of choice(doesnt matter what it is..) using drop down boxes,radio buttons
|
| Need help with CONVERT function | 28 Feb 2007 16:15 GMT | 1 |
I have a situation where I want to filter records for a given day. The field that stores the date/time uses the date() function as a default value, kind of a date/time stamp for the record. The problem is when I want to filter records for a given day instead of a
|
| Restore SQL Server | 28 Feb 2007 14:26 GMT | 5 |
I backed up (full backup) a table service.mdf without the service.ldf (size 10Gb) from the live server. However, whn I restore the table to a test server it also give me a service.ldf (same size, 10Gb) together with the service.mdf. Is this normal? Does the contents of the
|
| help with a query | 28 Feb 2007 13:34 GMT | 5 |
I have one table like : MyTable {field1, field2, startdate, enddate} I want to have the count of field1 between startdate and enddate, and the count of field2 where field2 = 1 between startdate and enddate,
|
| migrating a website to a new DB | 28 Feb 2007 10:03 GMT | 2 |
I'm trying to setup a website using asp and sql. For the time being I'm doing it on my home computer but when finished I'll be moving it to another server. Will it be possible to do this considering all the database stuff will be pointing to a differnt database?
|
| export/import | 28 Feb 2007 08:52 GMT | 2 |
What are the ways to export/import data in/out of SQL Server 2005? I used to use DTS for 2000 to do such thing and now I can't even find the wizard in 2005!
|
| faster count(*) or alternative | 28 Feb 2007 05:10 GMT | 6 |
I have a table with several million rows. Each row is simply the date and time a certain page was viewed. eg page1 1-1-00
|
| Search Text through Text Column | 27 Feb 2007 20:58 GMT | 1 |
I have a Text(datatype) column in one of my table and it contains word document in binary format and I wanna search text in that column, Can I do that through any techniques or its not possible through SQL Server 2000 database?
|
| SQL mail work around | 27 Feb 2007 19:11 GMT | 3 |
Hey yall, I have a problem, I'm a DBA for about 250 databases. I currently have ZERO means of notification on them. I put together an entire plan for using SQL mail, got a pop3 account set up and all that jazz, but when
|