Showing posts with label hep. Show all posts
Showing posts with label hep. Show all posts

Monday, March 12, 2012

Hep! Printing Error from client (browser)

We have 2 servers with RS:

1.SQL RS 2000 SP3a

2.SQL RS 2005 SP1

When we try to use client side printing in SQL 2000 RS we getting error "An error occured during printing '0x8007F304' ".

When we try to use client side printing (from the same client PC) in SQL 2005 RS, it print fine without any problem

Thank you,

Lenn

Please check this posts

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=247869&SiteID=1

|||

That post refering to installing SQL2005 SP1 to fix printing problem. We have SQL2005 SP1 installed on 2005 server, but reports are not prints when RS running to SQL 2000 server!!

Thanks,

Lenn

Hep needed!

Hi plz read below is my scenario
I have two diff tables which stores passwords (don't ask why b'coz it was there).Now to make data in both table consistance what I need to do?plz provide optimized solution.
Thanks in advance.
bye bye.
happy coding!!!
I have two diff tables which stores passwords (don't ask why b'coz it was there).Now to make data in both table consistance what I need to do?plz provide optimized solution.
Since there does not appear to be much detail in your statement, I am assuming that you are asking how you can keep passwords in both tables synchronised.
I would recommend that you create one stored procedure to update passwords and revoke explicit update statements to both tables. Then grant update to the stored procedure which will force everyone update to go thru that. Then you can update both tables in that sp.
hth