Viewing 15 posts - 76 through 90 (of 167 total)
Ok..so who ever setup the SharePoint server didn't set it up where the files are saved in directories, but where the files are just pointers where they are actually saved...
January 26, 2015 at 4:08 pm
Ok, Thank You I will try that.
January 26, 2015 at 9:22 am
Yes..go to that report that you are passing the parameter to and click the parameter properties and you will see (select parameter visibility with 3 radio buttons, select hidden
January 14, 2015 at 11:36 am
Hello, was wondering if anyone could give a suggestion???
January 14, 2015 at 10:43 am
declare @server varchar(25) = 'server'
declare @db varchar(50) = 'db'
declare @type varchar(25) = 'dbo'
declare @tablenameCurrent varchar(50) = 'table' + SUBSTRING(CAST(DATEPART(YY, GETDATE()) as varchar(4)),3,4) + '0' + SUBSTRING(CAST(DATEPART(MM, GETDATE()) as...
January 8, 2015 at 7:07 pm
No there is a few columns and few rows but the tablle name is like this..table1412,table1211,table1210
January 8, 2015 at 8:45 am
If it is on another server how would I reference it, server.db.dbo.tablename
January 8, 2015 at 8:38 am
Yes...I thought that too. I am looking into using it, just trying to find the best way to start...researching the process. Thanks for the help.
December 9, 2014 at 9:32 am
Thank You for your response, very constructive and straight to the point. Our database isn't very large at all, maybe 70,000 plus rows give or take. And this is something...
December 9, 2014 at 8:41 am
That is what I am wanting to do, but it states for use on websites, I don't want to use for a website.
December 9, 2014 at 8:07 am
Yes it is straight forward...Using the web tools is it a violation of use if I just use the tools for validating addresses, for such smart individuals, you like to...
December 9, 2014 at 8:00 am
Thanks guys was what I was looking for.
December 8, 2014 at 8:43 am
I am looking into this, but new to this and don't really understand, how to write the expression, isn't like a case in TSQL..
November 10, 2014 at 11:56 am
No there is a field that has multiple values, depending on these values I want to put a integer in a field "[ChargeType_Code]", I am reading a csv and...
November 10, 2014 at 11:29 am
Viewing 15 posts - 76 through 90 (of 167 total)