Topics
Started by
Posts
Last post
Hi All, This is my first post in this forum. I need to copy the data of table(only selected columns…
4 replies
By: nandu524
Hello, I have to import data from Excel from TSql stored proc. The import is going well but the ord…
4 replies
By: DZN
If I have this sproc: create procedure dbo.test_tran as begin begin tran create table #temp ( iI…
1 replies
Need to retrieve the records from Table User where User_ID doesnot exist in User_Role Table Tried t…
4 replies
I am looking for a help in writting a sql query... below is the SQL table i won DDL USE [abc] GO SE…
10 replies
Hi All, Let us say I have a table with a column Varchar(20) that stores IP address. I want to group…
23 replies
Hi I have a scenario where I need to take the date part from one datetime field, and the time part …
4 replies
Dear all, It is possible to grab in the same time the Excel row number and the Excel filename and p…
2 replies
By: DZN
Hi, Am having table with two column like follows +--------------------------+----------------------…
5 replies
My goal was to create a function that I could pass a datetype and date to and it would return a rou…
13 replies
below is the nested IF ELSE statement i am using it in my store procedure ,,but now i want to repla…
4 replies
i have the following DW query, 65 mil row fact table 1 mil dimension selectivity of query is about …
1 replies
I have a SQL table with below DDL. USE [abc] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO C…
1 replies
I have a simple string splitting iTVF (attached) that im trying to use in an exist clause SELECT * …
6 replies
By: dant12
Hi, I have a column in a table which contains the pattern of a file.It could be AB*.xls, *.*,*2010.…
3 replies
Viewing 15 topics - 8,551 through 8,565 (of 10,647 total)
You must be logged in to create new topics.