Viewing 15 posts - 31 through 45 (of 65 total)
Hi John,
I am glad for your reply, I need to use this conversion of time and their time difference as well, I believe STUFF function might not able...
February 1, 2017 at 5:04 am
HI Phil,
I am glad for your reply, this is not off requirement, we are going arrange Sql Job status monitor report in TV, where everyone can see what report is...
November 15, 2016 at 9:51 am
Hi,
I need to copy folders from location A to Location B.
1) Copy Folders from A[Eg: Folder 1, Folder 2....Folder 100] to B location, by checking location B folders[Eg: Folder1, Folder2...Folder30...
September 14, 2016 at 10:02 am
Hi,
I am trying to create view dynamically using sys.tables and sys.columns with filtering required tables.
For that I am using multiple variables.
Eg
Declare @varaiable nvarchar(max)
Declare @varaiable2 nvarchar(max)
Declare @varaiable2 nvarchar(max)
Declare @varaiable3 nvarchar(max)
select...
July 7, 2016 at 11:37 am
we are getting nulls because, if the columns are in two tables that mean in Application we have moved particular column from one window to other window. When we moved...
July 7, 2016 at 8:42 am
Hi,
I am using sys.tables and sys.columns to bring a tablename+'.'+columnname as one column[MasterColumn] , but I have encounter there are few same columns are available in the different tables in...
July 7, 2016 at 3:24 am
I have working on two assumptions:
1) If there are two columns are same, one column will be null in one table, so bring only one column whichever it is...
July 7, 2016 at 2:37 am
Example Scripts for storing existing table structure and data into temp table, and drop the table and create same table with additional column and repopulate data from temp table.
June 27, 2016 at 4:01 am
Hi Lowell,
Could you share your script.
Thank you
Raj
June 8, 2016 at 2:14 am
Can you give suggestions how to write this script in SQL for above code.
Many Thanks in advance
April 27, 2015 at 2:53 am
Yes, they are columns of two tables, the requirement is all they what this batch of code run in ssis package or job.
They are expecting to run with...
April 24, 2015 at 11:34 pm
Nearly I am trying to achieve like this:
But without using Script/.Net can we do some other way.
Many Thanks in advance
April 24, 2015 at 7:14 am
Hi SQLBill,
I have checked with select col1,col2,col3, col4 from table, it works fine, but i have more than 130 columns and moreover when the MANAGERS access with excel or ssas,...
March 18, 2015 at 2:42 pm
If I create new view with only selected columns and assign to role, then it will work either in excel or ssas or ssrs. But I am wondering without creating...
March 18, 2015 at 2:36 pm
Hi Orlando,
If I need to give access more than 300 users only on two views, these views going to be used in SSRS and Tabular Model. So I need to...
March 17, 2015 at 3:56 am
Viewing 15 posts - 31 through 45 (of 65 total)