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 All, There are 2 processes, say A and B, where B uses the values given by A in the transaction. A updates the value of a field, setting it to 'p'...
priyanka
12-21-2004 10:23 AM
Tibor Karaszi Go to last post
1 62
Hi, I've included SQL scripts at the bottom of this message so that you can create the database if you need to. It only has 3 tables. I need help...
Sam
12-21-2004 10:11 AM
Sam Go to last post
4 59
From Control Panel, LAN, TCP/IP, properties, IP Address, Gataway How do i change this properties with VB6 code without doing it manually? Thanks
Roberto Lo Baido
12-21-2004 10:05 AM
Roberto Lo Baido Go to last post
2 59
I getting an error: "Server: Msg 195, Level 15, State 10, Line 14 'Count' is not a recognized function name." How else can I correctly use the COUNT...
DC Gringo
12-21-2004 09:45 AM
Alejandro Mesa Go to last post
3 51
If I have: Use WinPayment GO SELECT pos_condition_code, convert(char(11), retrieval_reference_number)...
tarheels4025
12-21-2004 09:43 AM
tarheels4025 Go to last post
1 50
BOL states: "INSERT, UPDATE, and DELETE actions against a partitioned view are not allowed if there is a self-join with the same view or with any...
DWalker
12-21-2004 09:41 AM
DWalker Go to last post
2 50
I wonder if any of you can help,if you can many thanks in advance. rule verification_date future_verification_date test Currency 6 ...
Martin
12-21-2004 09:31 AM
Martin Go to last post
4 56
Hello experts, Can I change the collation of the server, without rebuild the master db? Thanks in advance
x-rays
12-21-2004 09:25 AM
Brandon Lilly Go to last post
1 54
I was wondering if someone would know how to write a query I would like to have done. I am working with credit cards and credit reversals. Say you...
tarheels4025
12-21-2004 08:55 AM
Bob Barrows [MVP] Go to last post
6 51
Hi, This may seams a very simple (stupid) problem, but the point is that I could'n solve it yet. So I'd appreciate your help. There it is... I'd...
Hugo Venancio
12-21-2004 08:47 AM
Brandon Lilly Go to last post
5 56
Try, select * from ( select 'h' as colA union all select 'f' as colA union all
Alejandro Mesa
12-21-2004 08:34 AM
Bob Barrows [MVP] Go to last post
3 47
I've 3 Tables FIN_PurchaseVoucher(PK-PVGID), FIN_Invoice(PK-InvoiceGID) & FIN_PVInvoice(PK- PVFID,InvoiceFID) What i want to do is while inserting a...
Renjith Chembakarayil
12-21-2004 08:31 AM
Renjith Chembakarayil Go to last post
6 52
Hi All, We have a huge, complex, poorly designed database in Dev. and I need to find if there are non-referenced columns, which are defined on...
Ada
12-21-2004 08:27 AM
Ada Go to last post
2 60
Hi, I have written a UDF that calls itself and nests its operation. The output is a varchar value in XML format. But sometimes the XML is more than...
Leila
12-21-2004 08:16 AM
Adam Machanic Go to last post
3 52
Hi there... I have a couple quick questions. I'm making a table where there an be either a numeric value or a text value stored. So I need two...
Bill Henning
12-21-2004 08:15 AM
Adam Machanic Go to last post
9 65
Hi! how can i use if condition in where clause of select statement I want the work like this but this is not working correct select * from...
microsoft
12-21-2004 07:27 AM
Ilya Margolin Go to last post
1 52
I have two tables that I have to join together. The first table contains what will be phone numbers and a date. The second table will contain...
scuba79
12-21-2004 07:27 AM
scuba79 Go to last post
5 48
Hello, I am trying to replicate some data to a disparate location from our current SQL server. Both locations are accessable in Enterprise Manager,...
Jason Bennett
12-21-2004 07:01 AM
Wayne Snyder Go to last post
2 47
Hi, I am a stored procedure newbie, let me ask a stupid question, hope someone can help. I have a table with primary key pID and it is in int type...
Gas
12-21-2004 06:35 AM
Renjith Chembakarayil Go to last post
10 83
Hi when i run this query to get a Statistical mode, i am getting "Internal server error" Pls throw some light SELECT ANNUAL_RT FROM PS_JOB J INNER...
devg
12-21-2004 04:03 AM
devg Go to last post
0 52
Hi all, here is an interesting one for you: USE TempDB GO IF OBJECT_ID('m') IS NOT NULL DROP VIEW m IF OBJECT_ID('iv_m') IS NOT NULL DROP VIEW...
Ami Levin
12-21-2004 03:50 AM
Ami Levin Go to last post
0 46
we have a dotnet webpage querying a 64bit sql table, the page will query the DB for every row produced (ed table in a table) although the...
Paul Durrant
12-21-2004 03:47 AM
Paul Durrant Go to last post
2 58
In my application I have several store-shops. Each receipt that is printed in the store needs to have the name of the company, the address of...
Mario Splivalo
12-21-2004 03:15 AM
Uri Dimant Go to last post
8 62
Hi, Is there any way to delete specific records from a table with out generating the transaction logs. -- Regards, Yash
Yash
12-21-2004 02:57 AM
mark baekdal Go to last post
3 46
Hi! I have a xml document, created by query "select ImageObject from Picure for xml raw, binary base64". Type of ImageObject column is image. How can...
Yuri Shustrov
12-21-2004 02:07 AM
Yuri Shustrov Go to last post
0 49
Hi! how can i use if condition in where clause of select statement I want the work like this but this is not working correct select * from...
microsoft
12-21-2004 01:30 AM
Tibor Karaszi Go to last post
2 53
In my environment we create a new view each month for our data. The views are created by a DTS package which calls a stored procedure. Over time...
Andy
12-21-2004 12:59 AM
Uri Dimant Go to last post
2 51
Please could someone advise me how to determine the row count of the database tables, presumably stored in the system tables? this would avoid me...
Phil Davy
12-21-2004 12:38 AM
Uri Dimant Go to last post
3 50
hi all! I have to find ou t whether a record is duplicated in a table.. I know ia have to join with the same table using an alias but i can...
milly
12-21-2004 12:10 AM
Uri Dimant Go to last post
4 50
Hai, When I try to connect SQL Server installed in another machine. I am getting the following error. Specified driver could not be loaded due to...
Sevugan
12-20-2004 11:40 PM
oj Go to last post
1 63
We have a 10 digit primary key value in this format: M000123456. This order for this key is first determined by positions 3 and 4 in this example,...
Ian P.
12-20-2004 11:38 PM
oj Go to last post
5 67
I'm pretty new to SQL Server. I know there are a lot of SQL2000 (and 7 and even 6.5) installations out there; OTOH, I like being up to date,...
Paul Pedersen
12-20-2004 11:25 PM
Grant Case Go to last post
1 55
Hi, I've seen two different ways to feed SQL Server a random seed: (1) SELECT RAND( CONVERT( Int, CONVERT( VarBinary, NEWID() ) ) ) (2) From...
Ben Amada
12-20-2004 06:40 PM
Ben Amada Go to last post
4 64
Out of the mouths of newbies ... I have a view created from a "truly magnificent" UNION SELECT of multiple joined tables and case selects, each...
stjulian
12-20-2004 06:14 PM
stjulian Go to last post
0 76
Is it possible to search a database for certain text values? More specifically, I have a value that is in some table somewhere in a huge database...
AGB
12-20-2004 05:44 PM
Adam Machanic Go to last post
1 48
I am unable to get what I want out of this query. I am looking for. It seems that I'm getting aggregates (average) from the whole view and not...
DC Gringo
12-20-2004 05:18 PM
DC Gringo Go to last post
3 56
I have two tables namely Student and Subject respectively Please find below the data for each table Subject --------- Physics Chemistry Biology Maths
VBB
12-20-2004 04:34 PM
viktor Go to last post
4 50
Hi, I know a lot of people went throught this, but now it's my turn and I cannot find anything convinient enough for what we need. We are using...
Maxime Plante [C.T. Consultants inc]
12-20-2004 04:27 PM
mark baekdal Go to last post
3 50
Is it possible to set the starting row in an order by statement? For example, Select * from Accounts order by name where name like 'B%' The result...
Andrew Pasetti
12-20-2004 03:55 PM
Hugo Kornelis Go to last post
10 97
I am currently in the early stages of developing my 1st web app and have noticed some discussion about the advantages of a 2 tier approach as...
Murphy
12-20-2004 03:38 PM
Mike Epprecht \(SQL MVP\) Go to last post
3 62
As I see, the default values from the datepart function results in Calender Year Quarters/Months". Our business deals with Financial Year from July01...
J. Joshi
12-20-2004 03:17 PM
John Gilson Go to last post
4 52
Hi Freinds, SQL 2000 I detached a db abd copied files to a new server. then trying to attach there. It attached readonly. when I tryo to convert to...
Patrick
12-20-2004 03:09 PM
Patrick Go to last post
3 54
The following query returns rows where the time_id IS NOT NULL. This query seems to be breaking SQL Server(?) select bus_date, time_ordered,...
Earl
12-20-2004 03:04 PM
Steve Kass Go to last post
17 84
Ok, Heres a little bg info... I've got one table thats got phone number in this format: AreaCode | Prefix | Suffix -------------------------- xxx ...
Weston Weems
12-20-2004 02:28 PM
Max Go to last post
2 55
Currentnly I have one trigger on a table in Database A that populates a table in Database B. The table in Database B also has a trigger that does...
Miles Cousens II
12-20-2004 02:23 PM
Miles Cousens II Go to last post
2 61
Hello, I wrote a report in COBOL using embedded SQL. This report opens 5 insensitive cursors (to avoid locking) sometimes one within the other...
Helen Stein
12-20-2004 02:18 PM
Max Go to last post
5 47
We had tried to open a second rowset while an existing rowset was open and had a problem (which is the subject of this message) which we solved by...
Laszlo Szentendrei
12-20-2004 02:16 PM
Laszlo Szentendrei Go to last post
0 65
We had tried to open a second rowset while an existing rowset was open and had a problem (which is the subject of this message) which we solved by...
Laszlo Szentendrei
12-20-2004 02:15 PM
Laszlo Szentendrei Go to last post
0 48
Hi all, I need to join two tables but the joined table must be displayed only in the first group's row... Table 1 FieldID Value1 Value2 ...
Alfredo Becerril
12-20-2004 02:15 PM
Alejandro Mesa Go to last post
3 60
I'm using Access as a front end to SQL. Our product ID (key field) in the Product Name table sometimes changes. I need all of the associated...
SharonInGa
12-20-2004 02:14 PM
Max Go to last post
3 48
Post New Thread

Display Options
Showing threads 52451 to 52500 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.