Topics
Started by
Posts
Last post
I have the following query SELECT * FROM ( SELECT Product ,[201101],[201102],[201103],[201104],[201…
7 replies
Hi, could you please help me to get a T-SQL statement for a scenario where if there is a table with…
2 replies
So I've been working on this for a little while now and I just can't get it. Consider it a real big…
2 replies
I'm trying to bcp in data from a text file in unix to my sql server. It gives error as Unexpected E…
5 replies
Hi , We have 3 tables for ex student(sid,sname,dob), course(cid,cname,duration) and enroll(sid,cid,…
5 replies
Dear All, Hi! I am searching a solution to PIVOT more than one column to get output in below mentio…
1 replies
I have (Updlock,Rowlock) in a select statment(Transactional).The Select statment has a structure as…
5 replies
I performed an initial load of data into hundered of tables. I did not create the tables, if I had,…
3 replies
whenever I generate SQL statement of Forign key I got something like the below statement: ALTER TA…
13 replies
hi whats wrong with this exp =iif(trim(cstr(Fields!Total.Value ="")),"?",iif(trim(cstr(isnothing(Fi…
3 replies
How can I get my query to get results and stop timing-out when I include a varchar(max) field in my…
12 replies
I have a new sql server 2008 r2 database that I am in the process of setting up. I would like to kn…
1 replies
I am trying to copy an excel file to my table. I have 2 tables (Cert and Cert$). If I use Cert$, …
3 replies
--basically just need a quick way to remove leading zero's declare @string varchar(7) set @string …
11 replies
Am i missing something glaringly obvious here, i thought it would be good practice to play around w…
2 replies
Viewing 15 topics - 6,301 through 6,315 (of 10,635 total)
You must be logged in to create new topics.