Topics
Started by
Posts
Last post
i have the table1 with sample rows Create Table Table1 ( KeyID int, col1 int, col2 int, col3 int, …
4 replies
Hi, I am trying to make a query dynamic in a way that computing the where condition based on the pa…
7 replies
I am using SSIS 2005. I am already using in built logging like on error, on warning,on task failure…
1 replies
Hi All, I have a question about the defualt order of values in the result set when using "Union ALL…
3 replies
Hey everyone. I am having a rather bad day. Must be blind or something. The following statement …
31 replies
CREATE TABLE SUBSCRIBERS (FirstNameVarChar(50), LastNameVarChar(50), PhoneNumberVarCha…
8 replies
I apologize in advance if this is not the correct forum. I am trying to write a query that will re…
7 replies
Hi Hope someone can help with this one. I've created a web-based form with a number of parameters (…
4 replies
Hello! Having a Proc that populate a table (a) and that table has an AFTER INSERT-Trigger that popu…
7 replies
Hi, I have a task it sounds simple and resonable but when i started working on it i am not able to …
4 replies
I have a table with the below structure [blob_id] [uniqueidentifier] NOT NULL, [file_…
1 replies
I have got a sample xml file whose data i need to import into a sql 2005 table. The table is also a…
3 replies
CREATE TABLE [dbo].[StagingIssuer]( [AsODate] [datetime] not NULL, [AssetSK] [varchar](100) not N…
4 replies
I have a partitioned transaction table whose structure is shown below: CREATE TABLE [dbo].[Transact…
2 replies
Have vb routine that run proc with ExecuteNonQuery. The proc inserts row in table A. Table A has a …
6 replies
Viewing 15 topics - 421 through 435 (of 4,155 total)
You must be logged in to create new topics.