sql-server-2005
SQL SSIS How many Steps is too much
I have an SSIS package that has 27 steps, ranging from table truncating, 开发者_如何学Cto data importation,transformation, and a bunch of sql queries. My question is, is it better practice to keep the[详细]
2023-04-11 09:11 分类:问答MSSQL is not returning a unique datetime value with GetUTCDate() in a SP calling from C# .Net after waiting atleast 3.3ms
I have the following stored procedure to retrieve a new datetime: CREATE PROCEDURE [dbo].[GetTransactionTime][详细]
2023-04-11 07:57 分类:问答Need to replace a part of a value in Sql Server 2005 [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.[详细]
2023-04-11 07:20 分类:问答Sybase ASE OLE DB Connection in SQL Server Integration Services 2005
I am building a SQL Server 2005 Integration Services package to migrate data from a Sybase Adaptive Server Enterprise 12.5.4 database to a SQL Server 2005 Database.The Sybase Database is the backend f[详细]
2023-04-11 07:08 分类:问答Customize error messages in adp project - SQL 2005
Hi I have a adp/SQL project running with my db. Everything is ok but is there a way to customize error messages.[详细]
2023-04-11 06:02 分类:问答Query the contents of stored procedures on SQL Server
I am exploring a legacy database system and have very little knowledge of its internals. I would like to find all the stored procedures that invoke another stored proce开发者_开发技巧dure A.[详细]
2023-04-11 04:55 分类:问答Can SQL Transactional Replication work between SQL 2005 Standard (Publisher) and SQL 2008 R2 Web (Subscriber)?
I\'ve been trying, googling and hitting my head against the wall but can\'t figure our what the problem is or how to solve it.[详细]
2023-04-11 04:10 分类:问答Is it possible to set TRANSACTION ISOLATION LEVEL SNAPSHOT automatically?
because i\'ve recognized locks on tables that are queried simultaneously, i\'ve decided to enable ISOLATION LEVEL SNAPSHOT that was new to me.[详细]
2023-04-11 03:59 分类:问答SQL Server UDF refresh
I have altered the column datatype in one of my tables from int to decimal. I have a UDF referencing the columns of this table.[详细]
2023-04-11 03:39 分类:问答bit Data type usage in Stored procedure
I want to capture Radio button values in db so i created table with datatype bit But the problem when am create stored Procedure as[详细]
2023-04-11 03:20 分类:问答