dbTalk Databases Forums  

Sponsored Links


microsoft.public.sqlserver.programming microsoft.public.sqlserver.programming


Discuss in the microsoft.public.sqlserver.programming forum.



Post New Thread
Threads in Forum : microsoft.public.sqlserver.programming Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hi I am tryin to figure out if it is possible to execute a DTS package( either file or stored within the SQL server itself ) using OLEDB. I see...
Mac Dyer
12-14-2004 07:28 PM
Dan Guzman Go to last post
1 48
When I run ACT (just spin up a bunch of threads) and try to simulate alot of users hitting on the database at the same time I get: 1205 Source:...
Kevin Burton
12-14-2004 06:41 PM
Greg Linwood Go to last post
2 74
I'm wondering what kind of image type SQL database diagrams are? The thing is that I have a SQL database documentation application that...
Kenny
12-14-2004 06:39 PM
Kenny Go to last post
2 58
I have SQL Server 2000 database that has about 8.5 million records. The database has 1 table, and the table has 4 columns. CREATE TABLE . ( ...
Paul fpvt2
12-14-2004 05:41 PM
Paul fpvt2 Go to last post
11 71
All of a sudden my schedule jobs failed. Only non maintenance schedule jobs continue to work. All other scheduled jobs have failed with the...
Perplexed
12-14-2004 04:54 PM
John Bell Go to last post
3 52
This may not be the right place for this but can someone help me out? The following code is in MS Access, and it's not updating. UPDATE SET...
ae
12-14-2004 04:51 PM
ae Go to last post
7 48
How come: INSERT INTO...
tshad
12-14-2004 04:45 PM
tshad Go to last post
6 55
I have a stored procedure create for the sole purpose of launching a DTS package. I can post the SQL later if necessary. The problem is that I have...
ATJaguarX
12-14-2004 04:25 PM
ATJaguarX Go to last post
0 43
Hi folks -- Given the following code: ALTER TABLE #TEMP WITH NOCHECK ADD CONSTRAINT PK_TEMP PRIMARY KEY CLUSTERED (StudentID) ON If two users...
Carl Imthurn
12-14-2004 04:19 PM
Anith Sen Go to last post
8 55
Hi all of us, I had a job running since yesterday evening and it bring spent almost thirteen fucking hours so finally i've decided apply a when I saw...
Enric
12-14-2004 04:08 PM
Hugo Kornelis Go to last post
1 45
I am creating a DTS package to import from a text file into a table on my SQL 2000 database. I used the Import Data Wizard, saving as a DTS...
Joshua Campbell
12-14-2004 03:58 PM
Joshua Campbell Go to last post
4 54
Does anyone know how to execute/embed DOS Batch command using a SQL Store proc? I have SQL command that runs via the scheduler and creates 2 .txt...
J. Joshi
12-14-2004 03:30 PM
Andrew J. Kelly Go to last post
2 52
i have a table A with a field B iam updating a row say where B = 1 when iam updating this row i do not want another user updating this row at the...
Preeta
12-14-2004 03:21 PM
Preeta Go to last post
7 46
Hi, Quick Question...concerning case sensitivity between 2 tables They are related on a char field that is case sensitive named RCP_GROUP (Are there...
ben s
12-14-2004 02:53 PM
ben s Go to last post
0 49
I've got a nightly job that refreshes a development database from our production database. The problem I'm having is that some people leave at night...
jmeyers
12-14-2004 02:53 PM
jmeyers Go to last post
3 57
Hello, My production SQL Server has very high CPU utilization. I/O and Memory are in normal state. There are not many blockings are deadlocks...
Kam
12-14-2004 02:47 PM
Gert-Jan Strik Go to last post
4 48
Can someone help figure out how to get the results of xp_trace_getappfilter into a temp table. This particular xp generates a result set with three...
David Gugick
12-14-2004 02:19 PM
David Gugick Go to last post
0 40
I'm implementing a simple "keyword" search capability such that if the user enters "mouse trap", all records will be returned that have all those...
Mark Wilden
12-14-2004 02:18 PM
Mark Wilden Go to last post
5 53
I have to copy the contents from one database to another database each night. I have created VB app using DMO and DTS. I create a list of...
Dean
12-14-2004 02:17 PM
Alejandro Mesa Go to last post
3 37
I have a diagram with 2 tables on a second page. I find that anytime I make any change at all to the diagram - it takes the whole diagram and...
tshad
12-14-2004 01:40 PM
tshad Go to last post
2 45
Hi Sql Gurus, From Inside Sql Server The histogram is created when the index is created on existing data, and the values are refreshed each...
PVR
12-14-2004 01:21 PM
Alejandro Mesa Go to last post
1 64
Is there a way to tell the diagram not to show the relationships? I want to just print out the tables with the field definitions in alphabetical...
tshad
12-14-2004 01:11 PM
Anith Sen Go to last post
1 48
I am working on writing a stored proc to QC the load of some tables. The load is done monthly, so I want to compare the count from last month's...
Andy
12-14-2004 01:07 PM
Alejandro Mesa Go to last post
1 48
Hi Freinds, SQL2000 Where does DTS info saved? Which database? master? msdb? which tables? Thanks, Pat
Patrick
12-14-2004 12:55 PM
Alejandro Mesa Go to last post
1 53
Hi to all. My DB size is over 5GB. This size doesn't make any sense. How can i see the amount of space, each object takes? Thanks, Sharon.
Sharon
12-14-2004 12:15 PM
Andrew J. Kelly Go to last post
7 48
Hi Sql Gurus, If I have a Bulk Copy Opertion.. Performance wise which will be the best. 1 Create Table Insert Data Create Clustered...
PVR
12-14-2004 12:13 PM
Andrew J. Kelly Go to last post
5 44
Could I have written the following stored procedure better in which I may benefit regarding performance or cleaner code? or do the following sp...
Leon
12-14-2004 11:47 AM
Leon Go to last post
4 42
I can not access my SQL database objects. Unless I now state the user.tablename What have I changed. I get the same error with our SA user as...
Graham
12-14-2004 11:46 AM
Aaron [SQL Server MVP] Go to last post
11 84
Using SQL Server 2000, SP3. Try this : == create database junk GO use junk create table a (apk int primary key, a1 varchar(10), a2...
Stephen Ahn
12-14-2004 11:40 AM
Gert-Jan Strik Go to last post
4 36
Is there a way to have a diagram show the field types? I would like to use it for my documentation instead of having to hand write it. Thanks, Tom.
tshad
12-14-2004 11:39 AM
tshad Go to last post
3 36
Then you'll have to explain what you want, preferably with table definitions, sample data, and desired output. The query Adam and I suggested does...
agarrettb@hotmail.com
12-14-2004 11:29 AM
agarrettb@hotmail.com Go to last post
3 41
anHi All, I have a stored procedure that is doing some purging of data from our database. When we try to delete a record that violates a foreign...
John Oberkehr
12-14-2004 11:25 AM
John Oberkehr Go to last post
2 37
I have a table that represents a parent (crt_actn_id) / child (rcvbl_id) relationship. There is a status code for the child on the table. What I want...
Dave Akin
12-14-2004 11:20 AM
DWalker Go to last post
5 37
I'm getting this error when I run a stored procedure: ConnectionRead (WrapperRead()). Server: Msg 11, Level 16, State 1, Line 0 General network...
Doug Stiers
12-14-2004 11:19 AM
mark baekdal Go to last post
2 46
I discovered that I had a wrong field name in a Select, and I was essentially doing an invalid select. Translated to the Pubs table, here's what I...
DWalker
12-14-2004 11:18 AM
DWalker Go to last post
14 82
Hi, Is it possible to create a package using Enterprise Manager or something else that will recreate a database! I want to create a kind of...
Tim::..
12-14-2004 11:15 AM
mark baekdal Go to last post
2 42
Thanks one and all. I've got it set. "Alejandro Mesa" wrote:
Boomer JM
12-14-2004 11:09 AM
Alejandro Mesa Go to last post
7 45
my query looks like this: select sum(@fields) from table_name ...... @fields = a*b a and b being field inthe table. what should be the type of...
Preeta
12-14-2004 11:04 AM
Gregory A. Larsen Go to last post
5 44
Hi all - I have the following: SET @FinalSelectString = (@SelectStringPrice + @InnerJoinString + @QueryStringParts + @QueryStringParms +...
Michael.Fisher
12-14-2004 10:29 AM
Michael.Fisher Go to last post
7 39
Hi all, I'm writing a sql based import system that imports data from a view to a one or serveral tables in the target database. Its the final stage...
pauly
12-14-2004 10:20 AM
pauly Go to last post
2 44
I have to deal with the way different brokers provide references for our clients. Some provide just one for everything and others one ref...
James
12-14-2004 09:28 AM
Go to last post
2 42
Hi! I have the following table: CREATE TABLE source ( id int not null, value varchar, source varchar not null )
Nils Magnus Englund
12-14-2004 09:19 AM
Alejandro Mesa Go to last post
5 40
Hi! I have the following table: CREATE TABLE source ( id int not null, value varchar, source varchar not null )
Nils Magnus Englund
12-14-2004 08:55 AM
Nils Magnus Englund Go to last post
1 31
Hi, can anybody tell me any website or resource from where i will get all information about transactions. not the sql server one but the...
Deepson Thomas
12-14-2004 08:39 AM
Hugo Kornelis Go to last post
16 68
Hi everyone, We have a development server (has virtually no load) and a live server. The dev server is a new one and is better than the live server...
Ishan Bhalla
12-14-2004 08:30 AM
Andrew J. Kelly Go to last post
5 46
Hello Im having a different behavior when using the convert timestamp to datetime on two diferent databases on the same server. In one...
ce.souza@gmail.com
12-14-2004 08:14 AM
Aaron [SQL Server MVP] Go to last post
2 34
Is it possible to update a field in a stored procedure that contains a join? For example: (ManufSerNo is contained in Asset table, Status is...
Scott
12-14-2004 08:06 AM
Vishal Khajuria Udhampuri Go to last post
2 42
Dear Friends I want to write a trigger which will be fire on update and delete. I have a table with 12 fields. I have created a backup table with...
Sharad
12-14-2004 07:51 AM
Mike Epprecht (SQL MVP) Go to last post
1 46
I am having simple qry Select * from matches where start_date >= '01/02/2004' Now on one the server date setting is dd/mm/yyyy format and on...
manisha_css
12-14-2004 07:32 AM
Uri Dimant Go to last post
4 42
Hello All, Can anyone shed some light on why this vb script fails to pass the parameter value to the stored proc? It returns the following...
Richard C.
12-14-2004 07:04 AM
Richard C. Go to last post
4 47
Post New Thread

Display Options
Showing threads 52751 to 52800 of 77218
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.