Topics
Started by
Posts
Last post
Dear All, my query is below which is working fine WITH tempPagedag AS ( SELECT *, ROW_NUMBER() OVER…
1 replies
I am working with a feed of employee data that is updated daily. I intend to use T-SQL to aggregate…
10 replies
Hi I wants to import Excel having Multiple Sheet using Excel Source in SSIS package in to a single …
7 replies
Newbie at the wheel... Taking this table.. create table test ( color_names varchar(20) ) insert …
3 replies
This has been killing me... I have been searching for a good script to show all indexes on an insta…
9 replies
use master; declare @x int select @x=len(physical_name) from sys.database_files select 'move' ,'…
14 replies
Hi Experts, I've got a "trivial" task to log changes made by various applications to two related ta…
6 replies
I have a table (SurverResults) with the following columns: id_num int ID of pe…
2 replies
Hi I am running 10 cte select statement against 10 linked servers and combining the results with a …
3 replies
Hi, I have a table in the following format - Create Table myTable(ID Varchar(20),GUID Varchar(20),…
4 replies
Hello! My issue is that my stored procedure only works if there is data in the table that it's refe…
2 replies
Hi - I need to create a sql script that will delete FOLDERS older than 2 days. Can anyone please p…
6 replies
Hi, how can I pass a parameter for the LinkedServer to an openquery? I am receiving the following …
2 replies
Hi, Below one is my sample Table Structure Declare @t table ( Series varchar(50), S1 varchar(5…
1 replies
Hi How to change the view definition ? I have a table with all columns having not null values when…
3 replies
Viewing 15 topics - 1,891 through 1,905 (of 12,234 total)
You must be logged in to create new topics.