Groups | Blog | Home


Archived Months
January 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


all groups > sql server (alternate) > december 2004 > threads for december 29 - 31, 2004

Filter by week: 1 2 3 4 5

executing DTS - DSN error...
Posted by emily at 12/31/2004 6:18:15 PM
Perhaps this has already been answered. If so, I apologize. I'm a newbie at this stuff. I have a DTS package to import some Visual Foxpro data. Yes, I said Visual Foxpro. :) The DTS package works beautifully when I rightclick on the package and choose "execute." And it works beautifully w...more >>

sql server & crystal reports
Posted by someguy at 12/31/2004 2:26:44 PM
Hi, I'm semi-new to crystal reports & sql server and what i want is to extract data from a sql server file. I've been able to connect to sql server directly and get the info. i need but is there a way to just open the data file (in crystal reports) without making a server connection? ...more >>

ASP COM and database access
Posted by sss at 12/31/2004 8:38:08 AM
Hello All, I am currently creating a browser interface for our thick client which was built on Visual Basic using COM ( a three tier environment). We support environments where the SQL database server is separate from the application server. The problem I am facing is this. When I ...more >>

Insert and Update Trigger on same Table
Posted by shottarum at 12/31/2004 8:19:20 AM
I currently have 2 tables as follows: CREATE TABLE [CRPDTA].[F55MRKT119] ( mhan8 int, mhac02 varchar(5), mhmot varchar(5), mhupmj int ) GO CREATE TABLE [CRPDTA].[F55MRKT11] ( mdan8 int, mdac02 varchar(5), mdmot varchar(5), mdmail int, mdmag int, mdupmj int ) What I would li...more >>

HELP! Non-Replicated DB thinks its a Publisher
Posted by David Rawheiser at 12/31/2004 3:24:20 AM
I hosed myself, please help me somebody. We have a development server (SQL7) where the database is a restored copy of production (where we use replication, but not in the development environment). While we rebuild the server recently (so we could move off of NT onto 2000), everything loo...more >>

why is execution of a storedprocedure in QueryAnalyzer faster than executing this SP as scheduled job?
Posted by Heiko Pliefke at 12/30/2004 3:25:33 PM
Hi NG! I wrote a stored procedure which at first deletes 100.000 rows and then inserts 100.000 new rows. There is a huge difference between executing this SP in the query-analyzer (runtime approx. 2 minutes), and scheduling this SP as an Job (runtime > 30 minutes!!!). Why? Whats the i...more >>

Query to find what is not there
Posted by srussell705 at 12/30/2004 7:17:36 AM
I have a 1:1 relationship between tables and am finding that the parent is sometimes mising the child. How do I query for what is not there? TIA ...more >>

Resources used by UDF
Posted by Ray at 12/30/2004 2:49:22 AM
I know that a query inside a called UDF does not show up when displaying the estimated query plan, but are the resources (CPU, DiskIO) used by a UDF that is call from within an SProc or embedded in a SQL statement included in sp_who2 and Profiler BatchCompleted? Also how performance drainin...more >>



Intensively used function in view needs a minimum and maximum from a table
Posted by hdenooijer NO[at]SPAM hotmail.com at 12/30/2004 2:38:51 AM
I have a problem (who not?) with a function which i'm using in a view. This function is a function which calculates a integer value of a date. For example: '12/31/2004 00:00:00" becomes 20041231. This is very handy in a datawarehouse and performes superfast. But here is my problem. My calenda...more >>

List of SQL Server Users
Posted by arfanameer NO[at]SPAM hotmail.com at 12/30/2004 12:06:50 AM
Is there any method by which i can get the list of all sql server users? ...more >>

transactional replication - re-syncing publisher from subscriber after failure
Posted by tgru at 12/29/2004 5:30:24 PM
I have taken over a transactional replication setup that is being used for fault tolerance (I know, I know...). The scenario I am concerned with is where the publisher goes down due to failure, so we need to point our application at the subscriber and start updating the data there. We are not...more >>

not associated with trusted SQL Server problem - windows service
Posted by epaetz at 12/29/2004 10:41:32 AM
I'm getting Not associated with a trusted SQL Server connection errors on a .Net windows service I wrote, when it's running on my application server. It's not a problem with mixed mode security. I'm set for mixed mode and I've been running the service on the app server for over a month with ...more >>

converting queries from Access2k to MsSql2k
Posted by dschl at 12/29/2004 9:01:46 AM
Hi, I'm converting an Access 2000 database to Sql Server and must be missing something obvious. Using the Import utility in Sql Server, the Access queries seem to get executed and the resultant data imported as tables. Oops! Using the Upsize lizard in Access 2003, the queries aren't even ...more >>

Blogs
Posted by Michael van der Veeke at 12/29/2004 8:56:16 AM
Hi All, Can anyone recommend any blogs that should be read on a regular basis? Thanks Michael...more >>

GWUTIL.DLL
Posted by KarFai at 12/29/2004 8:01:20 AM
Could not initialize GWUTIL.DLL ...more >>

Q: DTS and global variables
Posted by B at 12/29/2004 7:32:39 AM
Using SQL2000, I have a DTS that takes data from MySQL to sqlserver, the catch is I want to specify a specific range of dates. How to use a global variable? At the moment I manually changes the dates and jobs run on a daily basis. sample sql statement from Mysql connection: select * from T...more >>


DevelopmentNow Blog