Topics
Started by
Posts
Last post
I need to pivot multiple columns. I am better off doing 2 different Pivots and joining them, or usi…
8 replies
hi all. i have table that store excel files to varbinary column,now i want export this data from ta…
1 replies
Hi All, I have five distinct rows in table, something like id col 100 A 100 B 100 C 100 D…
1 replies
declare @cmdstr1 varchar(500) select @cmdstr1='BCP "select * from AdventureWorks.dbo.Employee" quer…
7 replies
Hi, I'm trying to select specific rows from this table: CREATE TABLE MVTS (idMvt1 int, idMvt2…
75 replies
I've managed to use sp_repladdcolumn to add columns to replicated tables. By golly, the new table a…
2 replies
Hi, Please help me on the following, create table address(postcode nvarchar(100),Country nvarchar(1…
6 replies
Is it possible to write a loop in a function? I'm getting the following error: "Cannot access tempo…
3 replies
Hi, this is my table with records CREATE TABLE [dbo].[Person]( [RtnSetId] [int] NOT NULL, [FirstN…
10 replies
I AM TRYING TO DELETE CONTACT ID FROM CONTACT AND SALESHEADER TABLES USING OUTPUT.DELETED OPTION( C…
2 replies
I was created a table with some columns inside it. For example, I have a table with name "TableX". …
3 replies
I just closed without saving the wrong page (I was doing a comparison) Is there a place to go to re…
5 replies
Greetings everyone 😀 I have a Merge statement I am using as part of an ETL process. It works as int…
1 replies
I'm thinking about how to identify occurences of select * in sql code (sp's, views and functions.) …
14 replies
I am using the RIGHT OUTER JOIN to try and bring back a list of ALL Grades from a lookup table and …
10 replies
Viewing 15 topics - 8,746 through 8,760 (of 10,647 total)
You must be logged in to create new topics.