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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|