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     
The following SP had 3 parameters. The first one is never NULL, but the 2nd and 3rd may be NULL. I do not know how to it other than the illustration...
larzeb
12-26-2004 06:59 PM
Adam Machanic Go to last post
3 43
After disabling publishions and distribution on a server there still is a database "distribution" which cannot be dropped or deteached due to...
Przemo
12-26-2004 04:56 PM
Mary Bray Go to last post
1 48
I need some help with a SQL statement (SQL Server 2k). I have three tables, an Artists table which holds user info, a Types table which holds the...
NathanV
12-26-2004 04:48 PM
Tom Moreau Go to last post
4 56
Need help writing a SQL command to do the following I have two tables, TableA and TableB Table A has three columns: code sequence description and...
RickN
12-26-2004 04:15 PM
Pike Go to last post
2 50
Hi, I have the table structure below: CREATE TABLE . ( NOT NULL , (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , NULL ) ON GO
John
12-26-2004 03:55 PM
--CELKO-- Go to last post
3 41
Hi, I am configuring transaction replication on 2 computers, using no-doman accounts. Account I use is the same on 2 machines, same are...
Przemo
12-26-2004 12:31 PM
Przemo Go to last post
1 50
Hi, I have two servers, each one has Database "Clients". Database # 1 is connected to a web application and it updates database # 1 every day. I...
Carlos
12-26-2004 10:58 AM
Carlos Go to last post
3 50
Hi, I cann't change account for sqlserver service as well as for a sql agent to different than System. I get a message that such a account does not...
Przemo
12-26-2004 07:49 AM
John Bell Go to last post
3 45
Hello all, Quick question: how can I display all returned SQL Server errors directly when they occur? Thanks in advance. Kind regards, Freek...
Versteijn
12-26-2004 06:05 AM
Erland Sommarskog Go to last post
1 45
Hi! I hate to bother you all with this, but I don't know how best to approach a particular task. Here's the deal: Once a month I personally (that...
Karen Grube
12-26-2004 05:35 AM
John Bell Go to last post
3 48
Many a book mention the evils of CURSORs and how to avoid them. Yet, for a specific problem, I have gotten the best benchmarks out of one. The...
shripathikamath@hotmail.com
12-26-2004 05:22 AM
Erland Sommarskog Go to last post
2 52
Hello How can I code it so that not only do I get the name from sysobjects but also having an additional field next to it. The code so far declare...
Steve Read
12-26-2004 05:06 AM
Erland Sommarskog Go to last post
8 66
Hello -- Is there a way to configure 2000 so it will save a view layout after I change it in the diagram pane? Thanks for any help. Larry Mehl
L Mehl
12-26-2004 04:37 AM
John Bell Go to last post
1 55
I wonder, waht would be more efficient: WHERE code IN(14,15) or WHERE coe = 14 OR code is 15 This example is for 2 values; suppose there are 5 or...
hansje
12-26-2004 12:49 AM
--CELKO-- Go to last post
2 46
Hi, I'm designing a database with this scenario: Our application will be used in big organization that each organization has some sub-organizations....
Leila
12-26-2004 12:41 AM
--CELKO-- Go to last post
9 54
I can't UPDATE my table with UNION statement as below UPDATE OrgChart SET lft = ( SELECT COUNT(*) FROM ( SELECT lft FROM OrgChart UNION ALL SELECT...
Joel Leong
12-26-2004 12:34 AM
--CELKO-- Go to last post
4 49
I have the ProcessDate field in the table. When this field is updated I want to set a trigger, which will update Process1Date field on the same...
MichaelK
12-26-2004 12:27 AM
--CELKO-- Go to last post
6 48
In sql2k, I'd like pass a dynamic where clause to a stored procedure. Here is an example using the Northwind database. Can anyone tell me if there...
=== Steve L ===
12-26-2004 12:17 AM
--CELKO-- Go to last post
4 47
I am a beginner at designing sql databases. Please define 'Cardinality'.
RJ
12-25-2004 06:41 AM
John Bell Go to last post
2 61
We have a SQL Server 2000 database that has about 10 million records. The database has 1 table, and the table has 3 columns. CREATE TABLE . ( NOT...
Paul fpvt2
12-24-2004 11:55 PM
Paul fpvt2 Go to last post
16 77
Hi, I am attempting to install SQL SERVER 7 sp4. The installation starts ok, I choose windows authentication as the connection mode and then the...
Martin
12-24-2004 09:37 PM
Go to last post
1 65
I am so close but can't quite nail this one down...I hope someone can help me. This is the query I need except that I need the distinct ssn count...
Susan Cranford
12-24-2004 06:34 PM
Susan Cranford Go to last post
6 44
Hi, I have a simple command.ExecuteNonQuery() to insert some data into the SQL DB. The data can be inserted, but the characters like '\n' are...
TomTom
12-24-2004 05:10 PM
Dan Guzman Go to last post
7 60
how can I have transaction over more than one procedure on the same database? one idea is to create new procedure, which runs all other...
simon
12-24-2004 04:48 PM
Hugo Kornelis Go to last post
4 60
Merry Christmas/happy holidays to all those that are aware of it. For those that aren't consider it a minor reality check :)
Pike
12-24-2004 03:56 PM
Hugo Kornelis Go to last post
5 60
Hi I am feeling very ignorant on these matters, so please help out a technologically disabled woman !! I want an easy way to store table data on...
Tania
12-24-2004 01:37 PM
Andrew J. Kelly Go to last post
7 40
I am trying to pass a UniqueIdentifier as a parameter to a SQL Server stored procedure from a .asmx webservice. Whenever I try to run it, I get...
Jeff Cobelli
12-24-2004 09:45 AM
Adam Machanic Go to last post
1 59
Is it possible to create a partitioned view on a table that has a text field in it (obviously not as a partitioning field)? I tried but I get the...
Buddy Ackerman
12-24-2004 09:36 AM
Anith Sen Go to last post
9 43
Iss it possible to change the stored procedure date time parameter format into date only? A Crystal report is created using stored procedure and...
Hamada
12-24-2004 05:39 AM
John Bell Go to last post
1 49
How you can see, which condition is better for executing query? ................ WHERE datepart(yy,dateInsert)=@Iyear AND...
simon
12-24-2004 05:03 AM
Hugo Kornelis Go to last post
1 50
Hi, BOL says that a local temporary table is available to current connection. But it seems that it is not available to batches higher than where the...
Leila
12-24-2004 04:36 AM
avnrao Go to last post
1 51
There is a table: create table tmp (id1 int, id2 int) and some data in there: 1 2 1 3 1 4 1 5 2 1
alex
12-24-2004 03:29 AM
John Gilson Go to last post
3 46
I am designing an HR system and have the following solution for calculating duration of working days for absence. Please advise any obvious problems...
CJR
12-24-2004 03:25 AM
CJR Go to last post
3 53
Hello! There are two tables to organize a tree structure. I need to populate these tables by data from XML-file. OPENXML would work fine, but what...
Sergey Bogdanov
12-24-2004 02:07 AM
avnrao Go to last post
5 44
Hi , I get this error on my server event log "The identity of application pool, 'TestAppPool' is invalid ..." .. I donot have any idea about this...
Anu
12-24-2004 01:08 AM
avnrao Go to last post
1 49
I am currently trying to automatically perform and alter view by using a cursor. I know that most of the people that will reply is going to...
asptodotnet
12-23-2004 11:05 PM
Max Go to last post
1 40
Hi, I am trying to insert the text below to the SQL DB using ADO.NET. I have trouble inserting the '\n' character to the database as it is, meaning...
TomTom
12-23-2004 07:10 PM
Dan Guzman Go to last post
7 52
Hello World, May I ask how to reason the following: I have two queries which return exactly the same results (and 220 rows). I place the two...
C TO
12-23-2004 04:16 PM
Hugo Kornelis Go to last post
2 46
Ive got a Proc that takes way too long in Production. (30 seconds or more) It contains temp tables. The only way I could figure to get rid of them...
ChrisR
12-23-2004 04:08 PM
Hugo Kornelis Go to last post
2 59
A table can have 1,024 columns.But taking into consideration speed and design of the database, how many fields do you think a table can have? Thanks...
Preeta
12-23-2004 03:47 PM
Anith Sen Go to last post
7 55
Hello -- I think this is the term for what I want (something that could be generated in ACCESS using a pivot table, or, maybe Yukon). We have data...
L Mehl
12-23-2004 03:32 PM
L Mehl Go to last post
3 38
Hi all, Using SQL2K sp2. Assuming I already have handles for SQLServer, JobServer, Jobs collection, and Job object below, what is the corresponding...
Paul
12-23-2004 02:15 PM
Paul Go to last post
0 51
We have a SQL Server 2000 database that has about 10 million records. The database has 1 table, and the table has 4 columns. CREATE TABLE . ( NOT...
Paul fpvt2
12-23-2004 01:53 PM
Paul fpvt2 Go to last post
47 178
I have a VB program that calls a SQL Server stored procedure that insert to the database. This is what I do in VB: adoCon.execute "exec myInsertSP "...
Paul fpvt2
12-23-2004 01:49 PM
Paul fpvt2 Go to last post
4 52
Hi, I have a TEXT field called XMLString where I'm storing an XML string. For example, I may have this: <Company>Thorn Corp</Company> <Address>101...
Star
12-23-2004 12:59 PM
John Kane Go to last post
4 46
From a front-end application point of view what is a more efficient way: Create a connection to SQL and keep alive reusing every time it needs to...
Mark Goldin
12-23-2004 12:54 PM
David Gugick Go to last post
10 75
In my country almost all programmers read "varchar", "char" etc as "vartschar" ("ch" is pronounced like in "chair"). As I suppose "varchar" comes...
Miroo_news
12-23-2004 12:27 PM
Ross Presser Go to last post
9 58
Gidday, there are several programs which give you a script to write a table - eg aspupload (createtable.sql) to include in your database, or indeed...
Ron
12-23-2004 11:52 AM
Bill Go to last post
3 50
Hi, Working on a t-sql project that will process a table prepared by a front end. The front end: 1) processes a spreadsheet whose contents vary each...
gtr
12-23-2004 11:48 AM
Anith Sen Go to last post
2 46
As I understand the issue of disappearing permissions in tempdb has been discussed widely however I failed to find a solution to my...
Michael Per
12-23-2004 10:37 AM
Michael Per Go to last post
2 44
Post New Thread

Display Options
Showing threads 52301 to 52350 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.