dbTalk Databases Forums  

Sponsored Links


comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss in the comp.databases.ms-sqlserver forum.



Post New Thread
Threads in Forum : comp.databases.ms-sqlserver Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hello all, Can anyone point me to a good reference on SQL 2000 to SQL 2000 replication over the Internet? Each server is hosted at distant...
Jonathan Roberts
11-28-2006 06:12 PM
Jonathan Roberts Go to last post
0 76
I am trying to update 1 table with the top records from another table for each record in the first table UPDATE HPFSLOWMOVING SET TOP 1 LASTRCTDATE...
Darren Woodbrey
11-28-2006 04:39 PM
Erland Sommarskog Go to last post
4 78
Dear comp.databases.ms-sqlserver: (Announce): Who: Jonathan Robie is the XQuery Technology Lead at DataDirect Technologies, which specializes in...
Stylus Studio
11-28-2006 03:17 PM
Stylus Studio Go to last post
0 71
I am working on two versions of an application, one of which will be a windows forms application (which will need to be redistributable) and the...
Ted
11-28-2006 02:52 PM
Beowulf Go to last post
5 107
Hello there, I have about 30 sql servers runnign multiple databases amd i need to audit them so what i want to do is to log onto each server and...
Guvnor
11-28-2006 08:36 AM
mladjo Go to last post
2 76
Dear All, I'm attempting to create a query that will transpose repeated fields into a single table structure. Can anyone think of how this can be...
Caspian
11-27-2006 04:44 PM
Erland Sommarskog Go to last post
1 64
USE AdventureWorks GO -- Retrieve order manifest SELECT SalesOrder.SalesOrderID,
CK
11-27-2006 04:04 PM
CK Go to last post
3 86
UPDATE Sales.DeliverySchedule SET DeliveryList.modify('declare namespace df=http://schemas.adventure-works.com/DeliverySchedule; replace value of...
CK
11-27-2006 03:43 PM
CK Go to last post
2 79
Learn MS SQL with interactive tutorials at www.tutorialsdirect.com
amazingelearning
11-27-2006 02:21 PM
amazingelearning Go to last post
0 61
Learn MS SQL with interactive tutorials at www.tutorialsdirect.com
amazingelearning
11-27-2006 02:21 PM
amazingelearning Go to last post
0 53
This query SELECT DeliveryList.query('declare default element...
CK
11-27-2006 02:03 PM
CK Go to last post
1 78
Hello, I have following Situation: I have a Dimension "SourceDirectory", whis has Elements "SourceDirectory1", "SourceDirectory2", ... until...
chris
11-27-2006 01:25 PM
mladjo Go to last post
1 78
I have the following XML in an XML column in a SQL 2005 Database. <DeliveryList...
CK
11-27-2006 01:23 PM
CK Go to last post
2 85
I need to update two fields in a few hundred rows in a table. I'll be provided with a spreadsheet giving me the key field and the two new values for...
mark@campbellsci.co.uk
11-27-2006 08:48 AM
mark@campbellsci.co.uk Go to last post
0 88
Hi I am attempting to take a manual backup of an SQL 2005 database, via Right Click on MyDatabase --> Tasks --> Backup However, when I try to...
smokejo@googlemail.com
11-27-2006 05:34 AM
Greg D. Moore \(Strider\) Go to last post
1 190
Hello people, I might sound a little bit crazy, but is there any possibility that you can incorporate 4^15 (1,073,741,824) tables into a SQL...
ramraj@gmail.com
11-26-2006 11:40 PM
Serge Rielau Go to last post
3 96
Hi, I have three tables with there fields given in brackets: User: (PK), Divisions: (PK), DivisionsOfUsers: , the "DivisionsOfUsers" tables has...
Darsin
11-26-2006 02:09 PM
Erland Sommarskog Go to last post
1 75
Ik wil uit een tabel het gehele getal halen, de waarde staat als 05612123 maar wanneer ik dit opvraag in bv. de Query Analyzer wordt de waarde...
Eus
11-25-2006 05:01 PM
Hugo Kornelis Go to last post
3 93
Using SQL Server 2005 Express. I need to periodically duplicate an entire database and rename it. Most tables are empty but some are to be...
George Shubin
11-25-2006 04:55 PM
Hugo Kornelis Go to last post
3 102
Hi. I have a problem with trigger FOR in merge-replication. My trigger is not "NOT FOR REPLICATION" and it's modified table with...
Piotr Wojtysiak
11-25-2006 09:17 AM
Piotr Wojtysiak Go to last post
0 75
Full 2000 .NET and SQL Server Interview questions with answers PDF http://www.questpond.com/SampleInterviewQuestionBook.zip
Jobs
11-25-2006 12:44 AM
Jobs Go to last post
0 156
MS SQL interactive tutorials at www.tutorialsdirect.com
amazingelearning
11-24-2006 06:44 PM
amazingelearning Go to last post
0 71
select convert(float,'1.2334e+006') 1233400.0 select convert(decimal(20,2),'1.2334e+006') Server: Msg 8114, Level 16, State 5, Line 1 Error...
othellomy@yahoo.com
11-24-2006 04:56 PM
Erland Sommarskog Go to last post
3 98
/* Subject: How to build a procedure that returns different numbers of columns as a result based on a parameter. You can copy/paste this whole post...
serge
11-24-2006 04:47 PM
Erland Sommarskog Go to last post
9 67
Hi All, My SQL server transaction log is getting bigger every day and my HDD if running out of space. So i follow the MS KB about how to Shrinking...
sifrah
11-24-2006 04:43 PM
Erland Sommarskog Go to last post
3 72
I have a stored procedure that (after selecting, incrementing and updating) returns the next sequential filename. I haven't been able to plug it in...
Joe Hurzeler
11-24-2006 04:18 PM
Dan Guzman Go to last post
1 64
I have never used replication before and I have been asked to consider it in a project I am currently working on. I have created an application for...
bfausti@gmail.com
11-24-2006 04:14 PM
Benzine Go to last post
4 92
i have another problem.and it's now on converting a char(4) to datetime here is the situation J_TIM < F_TIM J_TIM is datetime while F_TIM is char of...
paul_zaoldyeck
11-23-2006 07:58 PM
paul_zaoldyeck Go to last post
3 63
I'm trying to write a stored proc... Basically, I have a tblItems table which contains a list of every item available. One of the columns in this...
Nobody
11-23-2006 05:17 PM
Hugo Kornelis Go to last post
5 70
Chris Cheney wrote: Ahah! That helped enormously - thanks, much appreciated. -- SlowerThanYou
Slower Than You
11-23-2006 10:10 AM
--CELKO-- Go to last post
12 179
Hi Folks! I have a strange thing happening; I have a field that Counts the number of records and another field that shows the number of...
Rico
11-23-2006 09:47 AM
Rico Go to last post
4 90
can anyone teach me how to append to datetime data into one. the first is a date and the 2nd one is a time. the time is converted from...
paul_zaoldyeck
11-23-2006 09:13 AM
Dan Guzman Go to last post
4 79
hi, how far dynamic query built inside stored procedures is efficient than normal queries inside stored procedures. does dynamic query have advantage...
kalaivanan
11-23-2006 07:52 AM
Madhivanan Go to last post
2 77
hi, i need some help with this. basically, what I need is to select all of the rows from one table in a cell ie col1 col2 nam1 a nam1 ...
Akimeu
11-23-2006 07:42 AM
Madhivanan Go to last post
3 85
Hi. Somebody can tell how to deal with this error. When I try to connect from an asp page to update a record wich has a ntext field it give me this...
Daviso
11-23-2006 07:27 AM
Erland Sommarskog Go to last post
1 107
I have a table that I am trying to do a query on. Table is named GPFCount2. CREATE TABLE ( NULL , NULL , NULL , NULL , NULL ,
Jennifer
11-23-2006 03:22 AM
Ed Murphy Go to last post
3 62
Forgive me if this question is a bit too generic, if it is, feel free to just not respond. I have a database which has been running in PostgreSQL...
Engada
11-23-2006 03:11 AM
Ed Murphy Go to last post
1 65
Sqlserver is case insensitive in this way ? for example: select....where col1 like '%BURG%' will return 'Burger King' ???!!!
klabu
11-22-2006 04:18 PM
Serge Rielau Go to last post
9 90
Can anyone offer some advice on how to reduce the size of a database log. The database is mirrored on another server using the logs. Thanks
d.grabov@gmail.com
11-22-2006 04:12 PM
Erland Sommarskog Go to last post
5 85
Hi All, As per BOL, XML data type can store up 2 GB of data. My question is when a row is inserted in a table, for its xml column, 2GB of space...
SQLMan_25
11-22-2006 03:18 PM
SQLMan_25 Go to last post
1 72
select convert(float,'1.2334e+006') 1233400.0 select convert(decimal(20,2),'1.2334e+006') Server: Msg 8114, Level 16, State 5, Line 1 Error...
othellomy@yahoo.com
11-22-2006 08:36 AM
Helmut Woess Go to last post
2 144
Hey there :) Sorry if I'm asking a dumb question here, but I'm still quite new to MS SQL, so this problem might appear larger to me than it really...
Daniel Smedegaard Buus
11-22-2006 05:30 AM
Daniel Smedegaard Buus Go to last post
2 64
select convert(float,'1.2334e+006') 1233400.0 select convert(decimal(20,2),'1.2334e+006') Server: Msg 8114, Level 16, State 5, Line 1 Error...
othellomy@yahoo.com
11-22-2006 12:08 AM
othellomy@yahoo.com Go to last post
0 71
Hello, I have an application that uses SQL Server express. I'd like to be able to package the SQL Server Express set up file and deploy it with my...
Rico
11-21-2006 09:23 PM
Rico Go to last post
2 77
I have a wired situation..! I set up transactional replication on one of my development server (SQL 2000 Dev Edition with sp4). It is running fine...
Query Builder
11-21-2006 06:12 PM
Query Builder Go to last post
2 81
I have a database which contains more than 20000 stored procedures which were created with ansi nulls off. This i found out using the query SELECT...
balaji
11-21-2006 05:43 PM
David Portas Go to last post
2 80
I apologize if this is a simple question, but I am very new to SQL Server. I feel like I am missing something easy here. I an running VB ..NET from...
dakvanslam
11-21-2006 03:52 PM
dakvanslam Go to last post
0 78
I have a data collection system that uses MSSQL Server 2000 running on Windows Server 2003, and am experiencing intermittent problems with incoming...
TDye
11-21-2006 02:58 PM
TDye Go to last post
0 70
For reasons that are not relevant (though I explain them below *), I want, for all my users whatever privelige level, an SP which creates and inserts...
Peter Nurse
11-21-2006 01:49 PM
Peter Nurse Go to last post
6 101
I'm trying to help a client export some data from SQL 2005 to an Access database or even an Excel file. Either way I get an error like this: -...
Mindaugas
11-21-2006 11:06 AM
Mindaugas Go to last post
1 91
Post New Thread

Display Options
Showing threads 3501 to 3550 of 14106
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 - 2012, Jelsoft Enterprises Ltd.