Topics
Started by
Posts
Last post
Read .Doc or excel files direct from SQL Server 2005 database .Doc file already stored into databas…
2 replies
select month_value, year_value, answer from transaction the output is like as ---------------------…
3 replies
Hi all, As I am aware that we can read errorlog through sp_readerrlog and xp_readerrorlog and both …
2 replies
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
Viewing 15 topics - 8,731 through 8,745 (of 10,635 total)
You must be logged in to create new topics.