Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Other SQL Server Topics / July 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Comparing two SQLServer databases09 Jul 2005 08:46 GMT2
Hi, does anybody know a nice tool to automatically compare and show
only the structural differences between two databases, this is, the
differences in the columns of a table, constrains, data type, etc.
Thanks
Insert query takes lot of time08 Jul 2005 23:26 GMT4
I have these tables:
CREATE TABLE [dbo].[COREAttribute] (
    [oid] [uniqueidentifier] NOT NULL ,
    [CLSID] [uniqueidentifier] NOT NULL
T-SQL problem...selecting TOP 1 of each GROUP in GROUP BY?08 Jul 2005 23:13 GMT6
I was hoping someone may be able to help me with a tricky T-SQL
problem.
I need to come up with a SELECT statement that does basically the
following:
Query error during runtime08 Jul 2005 22:22 GMT1
I get Invalid object name 'bstr'. when I try to run this query
Select distinct c0.oid, c1.Value, c2.Value, c3.Value
From
(SELECT oid FROM dbo.COREAttribute
use of 'index' as a field name08 Jul 2005 22:22 GMT4
I'm working on an application where the original developer used the
field name 'index'. This works ok when accessing the table from MS
Access through query, but when I try to reference it via SQL with
either a statement from Enterprise Manager or a stored procedure I'm
Log file size not reduce08 Jul 2005 20:21 GMT14
Database log of my DB is around 2GB.
The database is using FULL recovery option.
I want to reduce the file size of the log cause it takes up a lot of
space.
Moving data for reporting08 Jul 2005 18:56 GMT4
I have 5 databases, each about 20GB in size. I need to copy the data to
a new server for reporting purposes. Initially I wanted to setup
transactional replication; however, the database schemas often change
(adding or modifying tables) and in order to accomodate those changes
Oracle Stored Procedures VERSUS SQL Server Stored Procedures08 Jul 2005 18:45 GMT11
I want to know the differences between SQL Server 2000 stored
procedures and oracle stored procedures? Do they have different
syntax? The concept should be the same that the stored procedures
execute in the database server with better performance?
Password change causes me to loose managed servers08 Jul 2005 17:36 GMT1
I currently run the client tools on my WinXP Pro box, and connect to multiple
servers throughout the country in our organization. Each server has SQL
accounts that we use to authenticate, and we do not use domain accounts.
Every month when our network password changes the list of ...
Descending Sort on index08 Jul 2005 16:42 GMT2
I have a unique index based on the following columns:
ProjectID (int)
MaterialCatalogID (int)
Material catalogues are pretty much static but projects are dynamic and
How to disable a warning message ?08 Jul 2005 15:13 GMT2
I have a few create table statements which create temporary tables
that has row definitions which exceeds the 8060 size limit, this causes
a warning message being generated (Message 1708).
Is there a way I can disable/avoid the warning message from being
Removing system replication tables.08 Jul 2005 14:58 GMT1
Hi, i restored a backup from a database thas has replication configured.
When i restored it the system tables that the merge replication creates
are restored too. I was investigating on internet and I found that i can
delete it using this query:
STOP unexpected_kernel_mode_trap after installing SP408 Jul 2005 11:23 GMT1
SQLServer 2000, after installing SP4 I get a lot of stop errors as
noted in the subject. KB suggests hardware failure but so far I haven't
found any faulty componants. The errors started happening just after
installing SP4. Anyone else noticed this?
Use of user defined in SELECT clause08 Jul 2005 10:25 GMT6
I'm having this query:
SELECT
    ss.subscription_id AS SubscriptionId,
    s.id AS ScopeId,
Combining Stored Procedures08 Jul 2005 10:01 GMT6
I have two stored procedures
ALTER PROCEDURE dbo.qryCountOne
(@inputID int)
AS SELECT COUNT(*) AS CountOne FROM  dbo.TableOne WHERE
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 June, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.