Topics
Started by
Posts
Last post
Greetings! I have a table which is primarily used for chats and stores chats as text segments with …
3 replies
Greetings experts, I have strongly very much with this query all day today. I have a fieldname of d…
47 replies
HI All, For folloing code, I wanted to get '163773.58', but actually I got '163774'. Can any one he…
12 replies
hi, i have a table with few columns as table source (id,memno,date_trans,name1,name2,x,yz..) after …
4 replies
create table A(A1 int) insert into A(A1)values(1) insert into A(A1)values(2) insert into A(A1)value…
8 replies
Hai To all this is a query WITH A AS ( begin declare @tblname varchar(8000) declare @qry varcha…
2 replies
Need to write a T-SQL query to retrieve the following information: In the case below, I require Fai…
21 replies
CREATE TABLE [dbo].[AAATable]( [col1] [int] NULL, [col2] [char](1) NULL, [col3] [char](2) NULL )…
15 replies
Is anyone aware of a way to ensure when i do the bcp queryout that the column headers will be inclu…
1 replies
Hi, We are using sql server 2008. We have a separate database for each of our clients. Some of the …
8 replies
I am trying to get the top1 column from a table in a select statement which contains multiple colum…
5 replies
Hi All, I imported some data from text file to sql server 2008. Import Export wizard created a tabl…
22 replies
Hello again, As i was reading in a fantástic link send by Gail Shaw, i put a profiler running to ca…
2 replies
Hi, I run this query to find duplicate fields(duplicate values in the FieldName column) in this tab…
4 replies
I have created the following update: update a set a.Test = '-Grid ' + b.comp_ + '- ' + Comments2 f…
21 replies
Viewing 15 topics - 10,186 through 10,200 (of 10,647 total)
You must be logged in to create new topics.