Viewing 15 posts - 61 through 75 (of 152 total)
Just in case you were not already convinced there is no way to prevent an SA user from seeing your code if its housed on a server they have access...
July 20, 2016 at 2:13 pm
shagil.a.gopinath (7/19/2016)
In my table component information ID is stored as comma separated whenever multiple items are selected from the interface.
Scenario – 1
I would like to search with ComponentInfoID =...
July 20, 2016 at 2:07 pm
Jeff Moden (3/4/2016)
John Mitchell-245523 (3/4/2016)
REVERSE the string, use SUBSTRING, and then REVERSE it again.John
Got code?
Something like this?
With MyCTE(val)
AS
(
SELECT '9.0.0832.1032' UNION ALL --need to get the 32 (one after 08).
SELECT...
July 20, 2016 at 1:04 pm
Hmm it would be impossible to help without first understanding, what is the relationship between these two screens and the database?
Is it a read and/or write of the same table...
July 20, 2016 at 8:53 am
Were you using Configuration Manager to push the Service Pack update? If so this may be your reason and answer/workarounds.
July 20, 2016 at 8:32 am
as this issue has been awhile your first reported error was...
the process could not be created for step XX of job ........... (reason 2)
As that may or may not be...
July 19, 2016 at 12:33 pm
Yes install Business Intelligence Studio 2008 and then load your 2005 package into that IDE. Deal with any errors that the IDE reports then run test in the IDE...
July 13, 2016 at 10:58 am
My first question is did you load the 2005 package in a 2008 BIDS session? Sometimes doing this and saving the package, then reloading to the server will solve...
July 13, 2016 at 8:31 am
GonnaCatchIT (7/8/2016)
You mean .net 3.5.1 is required on sql server box as well ?...
I have tried DTCPing...
July 9, 2016 at 6:47 am
GonnaCatchIT (7/8/2016)
The .net 3.5.1 role is already enabled on our App server.
Meant that for the SQL Server sorry for not specifying.
Have you run the BPA on your SQL Server?
July 8, 2016 at 9:54 am
Assumptions:
Server Level Logon is already a user to the database in question.
You want to apply a deny (restrict) user to a specific table in a database.
User in database is NOT...
July 7, 2016 at 10:41 am
dandrews 45259 (7/7/2016)
July 7, 2016 at 10:12 am
GonnaCatchIT (7/7/2016)
July 7, 2016 at 9:18 am
You might want to look at using a global table for this work.
July 7, 2016 at 8:48 am
Is the .NET 3.5 Framework role installed on the Server?
If not, install it and retry.
July 7, 2016 at 8:23 am
Viewing 15 posts - 61 through 75 (of 152 total)