Topics
Started by
Posts
Last post
create table #tbl1( col1 char(5) not null, col2 char(10) not null, col3 varchar(16) not null, col…
2 replies
Hi friends, i need to import some file every day from csv to sql table. That file will be different…
3 replies
Hi, Firstly, this is my first post so forgive me if its a little out of the ordinary 🙂 Basically, I…
2 replies
Hi there, For a calendar application: I have a table with "blocked times", in which I store on what…
6 replies
hi, how to use "apostrophe" in procedures I have created below procedure create procedure pro_name(…
5 replies
By: jmguazzo
I have joined many tables and made a select statement. I need to display serial no as first column …
3 replies
PRODUCTID PRODUCTGROUP LEVELS 1 CFA L1 2 …
23 replies
I have a query that has some case statements and it brings the result in this format: …
10 replies
Hello everyone, Ok this is weird. When I run the statement below it is returning 1. Can someone e…
21 replies
I have a cursor that grabs all the database names and then needs to select data from the dbname.dbo…
9 replies
Note: wrong QUESTION PLS DO NOT ENTER Write an SQL query if you want to select the data from one bl…
5 replies
HI , I have a table with id column null and there no primary key and uniqueys avialable in table i …
3 replies
We have a large number of tables with a large number of scripts used to populate them. We want to …
11 replies
Hi there, I have a question... I am comparing 2 table which have few similar fields like Name. In t…
2 replies
Hi I have table it consist of 100 columns. I want to fetch 2,3,24,1 restof the columns How it is po…
9 replies
Viewing 15 topics - 7,846 through 7,860 (of 12,234 total)
You must be logged in to create new topics.