Viewing 15 posts - 106 through 120 (of 135 total)
Thank you for the quick response I will give this a go and let you know.
Cheers,
Oliver
July 5, 2010 at 10:55 am
Hi,
I like the idea of merge replication becuase there is going to be big gaps between sync's. From what I read merge replication can work essentially one way by selecting...
March 10, 2010 at 7:17 am
Hey thanks for the reply.
What transactions are applied. I dont wish to have the subscriber sending any data back to the publisher?
Thanks,
Oliver
March 10, 2010 at 5:32 am
Thanks for the reply much appreciated.
January 18, 2010 at 6:05 am
Many Thanks for the reply, I have used the rows to row code and then created views for each of the tables and brought this into a single view.
SELECT
...
January 7, 2010 at 4:32 am
Thanks i thought this might be the right way to go about it.
Much appreciated.
Oliver
December 23, 2009 at 6:53 am
brief thought could you use a view to pull in the dynamic data and run the pivot t-sql on the view - you would need to now what the data...
December 23, 2009 at 5:36 am
Many Thanks,
Got this working as a sp without issue.
I understand now why the UDF wont let you run a sp inside it.
Many Thanks, you are a star.
Oliver
December 2, 2009 at 9:46 am
PS - I am not trying to change the stucture of the data but simply filter a UDF based on a sp.
Thanks!
December 2, 2009 at 8:37 am
Thanks for the reply.
Basically the requirement is to dynamically filter a set of abstracts based on the permissions associated with the login. Basically the website will request these results and...
December 2, 2009 at 8:36 am
Sorry,
I have now included this in a UDF and I get the error :
Invalid use of a side-effecting operator 'INSERT EXEC' within a function.
what can I do to resolve this...
December 2, 2009 at 7:51 am
Gail,
THANK YOU I understand what I did wrong now, many thanks for the help. I take your point over the length - however the variable table is going to be...
December 2, 2009 at 6:31 am
Hi,
OK I think I have tracke it down to refering to a table variable column as @tbl.column1
why is it not possible to do this
I would like to create an inner...
December 2, 2009 at 3:37 am
Many Thanks,
I have also discovered that UDF's might be a way forward, by passing the username of the user loggining in and finding out what group member that user has...
November 27, 2009 at 10:22 am
Viewing 15 posts - 106 through 120 (of 135 total)