Topics
Started by
Posts
Last post
Hey all, I've been trying to figure out how to setup a report such that the column names are the mo…
8 replies
I am somewhat new and for that please forgive me but I need to create this script and it is driving…
4 replies
I am trying to figure out how to pivot a temporary table. I have a table which starts with a date b…
2 replies
Hello Good Morning All, Happy New Year, Could you please help to rewrite the below two queries (s…
13 replies
Hi, I am wanting to get the job name based on sys.sysProcesses.[Program_name] column. Why is this q…
6 replies
Hi Team, I need to retrieve columns names(instead of select * from) as single row from table in dyn…
18 replies
Hi guys, I read this link and I have exactly the same problem: http://www.sqlservercentral.com/Foru…
1 replies
Is there a way to validate a string of T-SQL in T-SQL? In this case, I generate a bunch of code tha…
14 replies
need the line : (SELECT * FROM OPENROWSET(BULK 'D:\Work\Appspace\Currency\currency.xml', SINGLE_CLO…
12 replies
Hey all, I’m trying to build something which allows different user groups to inherit properties fro…
4 replies
This is my dataset, batch_IddaerahKutipanfigure ------------------------------------------------…
2 replies
This is my table: use tempdb go if object_id('Data', 'u') is not null drop table Data go with temp…
7 replies
Hi All, Season's Greetings!! Came across one scenario not able to find out how to do it.. Below is …
5 replies
ALTER PROCEDURE [dbo].[SP_NiceUserresultsearch_test] -- Add the parameters for the stored procedur…
3 replies
Hi all, I'm trying to get the UTC date from an integer. See my SQL below: Declare @unix_date bigi…
2 replies
Viewing 15 topics - 1,501 through 1,515 (of 10,647 total)
You must be logged in to create new topics.