Archived Months
March 2003
May 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server clients > november 2004

osql or isql to run a batch remotely
Posted by Stewart Saathoff at 11/30/2004 3:35:22 PM
Hello, I have a collection of SQL Scripts that I would like to execute using a batch file from a remote machine. Does anyone have any suggestions? I think that I could use osql or isql, but I have never done that before. I would appreciate any assistance. Stewart ...more >>


Sparse Database (NTFS)
Posted by Alex Levi at 11/28/2004 1:23:02 AM
Is it possible to create SQL Server Database on SQL Server 2000 with Sparse File attribute set (NTFS drive)?...more >>

LIMIT
Posted by Urban at 11/26/2004 1:22:16 PM
hi, I have a question. Maybe You know the equivalent to command LIMIT from MySQL I couldn`t find something like this in MS SQL PS I try to display 10 records begining form e.g. 4 sort by id something like: "SELECT * FROM table WHERE name=... LIMIT 4, 10 ORDER BY id" in MySQL thanx, Urba...more >>

SQL License for Microsoft NAvision
Posted by Michinio at 11/26/2004 12:45:01 AM
Hi, We are going to impelement Microsoft Solution in our Company(Server 2003, Navision and SQL server) in the company. I am just wondering how many SQL licenses will I need for this. They say that Navision makes some pool and we will need less User licenses for SQL then number of Licenses f...more >>

SQL & PHP
Posted by Beginner at 11/23/2004 2:28:39 PM
Do anyone have an simple PHP & MSSQL Script to show me how it works? Please :) ...more >>

Is there a way to optimize?
Posted by JonR at 11/22/2004 7:31:07 AM
I posted the following email to another Win2k Server Networking newsgroup last week but got no response. Perhaps someone monitoring this one can answer my question. If you have a remote office across a very slow WAN link, is there a way to tweak a Win2k server to send SMB traffic optimized w...more >>

Business Rules & Referential Integrity
Posted by Paul Johnson at 11/20/2004 4:42:59 PM
Good Day All. I have been trying to find general answers to a very specific question about application design and implementation using DotNet. My situation is that I would like to design and implement a Web Application. I would like to avoid using datasets in favour of the datareader to ...more >>

Rename a table with a SQL
Posted by Serge Fournier at 11/19/2004 5:25:17 PM
Hello guys, is it possible to rename a table with a SQL statement ? Thanks ...more >>



CONECCIONES CLIENTE SQL SERVER
Posted by freddy parra at 11/19/2004 6:09:05 AM
Quisiera Saber como puedo controlar y establecer el maximo numero de conecciones de un cliente de SQL Server o de que depende este valor. TEnfo entendiedo que cada coneccion onsume 4 o 40 K de memoria y pues dependiendo del total de la memoria del cliente se podran abrir "N" conecciones. Esto...more >>

Error in SQL Server Database
Posted by Marco Pais at 11/18/2004 6:39:33 PM
Hello there, I have a VB6 application that runs over a SQL Server 2000 Database. Sometimes (most recently) i get the folowing error: Run-time error -2147467259 (80004005) Location: q:\SPHINX\NTDBMS\storeng\drs\include\record.inl:1447 Expression: m_SizeRec > 0 && m_SizeRec ...more >>

bcp extract with , (comma) as decimal
Posted by grille11 NO[at]SPAM yahoo.com at 11/18/2004 1:15:10 PM
Hello, I am desperatly trying to export a table from my sql server. Using bcp I only have my csv file with . as decimal for all numbers (I also tried the export wizard of the sql console). Is there a way to obtain these figures with a comma , as decimal? The ddl of the table is below and numb...more >>

RADiest Client for SQL Server
Posted by Mike MacSween at 11/16/2004 9:03:05 PM
I've got a SQL Server database. Nearly finished. It's going to go on a single non networked machine. One day somebody might get access to it over ADSL (probably TS), but for now it's a single user no lan. The machine will actually be running the MSDE. Windows XP Home. I'm quite happy, for ...more >>

No one is using an Object-Relational mapping framework ?
Posted by acoquinar at 11/16/2004 9:17:42 AM
Greetings ! We're surprise to see no reply to our original question about Object/Relational mappers. So no one as such architecture? We need this for our software since we made such a layer years ago but it doesn't perform as we expected. We're then looking for a commer...more >>

MSDTC configuration problem
Posted by Kina at 11/16/2004 8:40:03 AM
Hi. My application needs to do distributed transaction on remote Sql server.My application can be run from workstations(XP professional) or from SQL server 2000... Limitations for this application are Worksations wont be having SQL server installed. I cannot give administrative righ...more >>

ORM to recommend ?
Posted by acoquinar at 11/15/2004 12:23:03 PM
Greetings; We're looking at O/R mapping technologies for being used between our C++ application and SQL Server. We're developping on VC6. We're currently looking at what the following product may offer: "Versant Open Access" Any suggestions ? Other ORM ? Thanks ! ___________________...more >>

Analysis Manager
Posted by TBXML at 11/11/2004 9:57:16 AM
I am having problems connecting my analysis server to the DB on the server. In enterprise manager i can find it just fine. Any help would be nice. Thanks TBXML...more >>

Update SQLServer table from Excel
Posted by Greg Stigers, MCSA at 11/10/2004 6:02:28 PM
Is it possible to update a SQL Server table from Excel? We have some Mac users who have Excel, and need to add data to some tables. -- Greg Stigers, MCSA remember to vote for the answers you like ...more >>

Alter identity -field?
Posted by Major at 11/10/2004 11:44:29 AM
Hello. I have a table with int identity field (X INT IDENTITY(1,1)). I want update SEED value to 4000. I cannot drop column because I have a foreign key to it from other table. How I can do this (update/alter identity's SEED value to column)? ...more >>

updating sql server client tools from service packs?
Posted by emaayan NO[at]SPAM hotmail.com at 11/9/2004 11:44:59 PM
hi.. assuming that i have sqlserver on one machine and enterprise manager/query anaylzer on another, can i update them using sql server sp3a (or any service pack?)...more >>

Anyone have a sqldmo installer?
Posted by David Thielen at 11/9/2004 8:33:01 PM
Hi; Does anyone have a .msi program that correctly installs sqldmo, and does nothing if it is already installed? I was going to do this but there are a bunch of details that must be exactly right and I am not an expert with the Visual Studio installer. -- thanks - dave...more >>

SQL Server does not exist? Please help...
Posted by Ron at 11/8/2004 8:54:02 AM
Hello, Last Thursday everything worked great. This morning I get this message from my .aspx pages: --- Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied. Source Error: Line 40: Dim objAdapter as New SqlDataAdapter(strSql, objConnection...more >>

sqldmo install - part II
Posted by David Thielen at 11/3/2004 7:29:02 AM
Hi; I'm creating this as a new question since my previous question was marked answered. I was just able to do the following: Scenario A: 1) Install sqldmo (using my installer) to D:\Program Files\... 2) Install Sql Server to C:\Program Files\... Scenario B: 1) Install Sql Server to D:\...more >>

SQL SERVER DBA QUESTIONS.
Posted by Noor at 11/2/2004 9:03:07 PM
Dear professional Can any one tell me about the interview questions of SQL SERVER DBA Thanks NOOR ...more >>

MDAC reinstall under Win XP Sp2
Posted by Daniel Guenther at 11/2/2004 4:57:05 PM
Hello Guys! I have a corrupted MDAC Installation on a Windows XP Sp2 Client. The Application we use responds with the message "provider not found" for a MS SQL 2000 Connection. Poorly i cannot just install MDAC again since the setup denies that under Win XP Sp2. Is there any way to reins...more >>

SQL server stored procedures
Posted by Paul Evans at 11/2/2004 12:02:34 AM
Hi! I am trying to set up forms-based authentication to enable visitors to register to gain access to my website. I am using the codes from the book ASP.NET Unleashed, but I'm afarid I have very little knowledge in this area. The book says that I have to upload certian stored procedures to...more >>

Pass a array how parameters to stored procedure.
Posted by Javier at 11/1/2004 11:33:01 AM
Boy's, I write why I need a example about pass an array how parameters to stored procedure. I need an example from a stored procedure and a c# code call. I'm from Argentina, I wait you understand me and your answer. Javier...more >>

SPs executes slower using SP3
Posted by ejohnson NO[at]SPAM unitedwww.com at 11/1/2004 9:20:39 AM
Our Server is running MS SQL 2000 with SP3 Installed. We are having an intermittent problem where some off our SP are running REALLY slow. The curious thing about this problem is that while trying to troubleshoot the problem, we discovered that the execution speed of the SP varies depending on...more >>


DevelopmentNow Blog