Re: Synchronizing ASE syslogins and sysusers after a database load
Consider it public domain. The procedure/method itself is so simple that anyone undertaking the task via SQL will come with it or something similar. Attribution would be nice but isn't necessary.
View ArticleRe: Backup database into manifest file
Hi Jack, I try to recreate the backup server and may I know what should I select and what kind of information I need to enter for the following: Please kindly advise. Thank you.
View ArticleRe: weird intermittent 207 error
FYI for someone who reads this post in the future With auditing and logging of the 207 error we got a lot of useful infoenable logging: sp_altermessage 207, 'with_log', true audit options enabled...
View ArticleRe: Backup database into manifest file
Hi Choon Fatt, The highlighted protocol is the one you want. Jack
View ArticleRe: Backup database into manifest file
Hi Choon Fatt, The next window will ask for you hostname and port number You will then supply your hostname followed by a comma followed by a port number as shown in the highlight above.
View ArticleRe: Synchronizing ASE syslogins and sysusers after a database load
Jason, You are right...The task is rather common, and we all have at some point coded or worked with similar code. Your procedure is the product of a great deal of experience and understanding of the...
View ArticleRe: master..monProcedureCacheModuleUsage doesn't match...
After a lot of monitoring and reading I think we've found the issue (or at the very least we've found some solutions/workarounds). Here are some useful...
View ArticleRe: master..monProcedureCacheModuleUsage doesn't match...
Hi Mike, I'll avoid going into the nitty gritty on this one but I'm glad you have a potential solution :-) Forget TF 757 that just avoids the scale back through the sizes when it can't get 8 pages. It...
View ArticleRe: master..monProcedureCacheModuleUsage doesn't match...
Thanks again... agreed the rushed bit being large allocations - didn't mean to mis-quote you. Interesting read on trace flag 7790. I'll have to try this as well (although I'm meant to be spending my...
View ArticleRe: master..monProcedureCacheModuleUsage doesn't match...
I wouldn't start trying to make sense of that output, I can't tell you what counter it is reading. Maybe look at what the other procbufs say, is that one sticking out as odd? Is there something funky...
View ArticleRe: Synchronizing ASE syslogins and sysusers after a database load
Jason, Upon further review of the code, and unless I am missing something, there could be an issue with the initialization of one of the variables in very large environments. E.g. declare @name...
View ArticleRe: Synchronizing ASE syslogins and sysusers after a database load
Jason, Consider i am refreshing the database from PROD - DEV. Here my dev has some development ID' s (This is to reduce DBA work ) . My prod is highly restricted . So i have created some additional...
View ArticleASE 15.5, not able to select from a table:
Hey,Live backup restored to Reporting server and while selecting from the table ASE engine crasheddbcc checktable(pm_schedule) says, page 8583904,partition ID 262552269 of object 262552269, contains an...
View ArticleError with ODBC Connection
User is getting the below error. Any workaround for this. [DataDirect][ODBC Sybase Driver]Invalid attribute in connection string: [DataDirect][ODBC Sybase Driver]Allocation of a Sybase Open Client...
View ArticleRe: ASE 15.5, not able to select from a table:
Hello, Try doing a select using another index if the object has any indexes. select * from yourtable (index indexname) select * from yourtable (index indexname) or try writing "where clauses" that...
View ArticleRe: ASE 15.5, not able to select from a table:
Hi,Prior of the BCP out or the select into as suggested by Cory, you might run dbcc tablealloc with fix option - dbcc tablealloc("pm_schedule", full, fix) - in single user mode. If the logical page...
View ArticleRe: master..monProcedureCacheModuleUsage doesn't match...
> Haven't looked at SP135 really yet, what CRs are you referring to?Actually, my mistake, all the improvements to procedure cache usage are in older versions so no need to upgrade to SP135Thanks...
View ArticleRe: Error with ODBC Connection
What version of ASE are you using? If the driver you are using is what I think it is, you are using a VERRRRY old DataDirect ODBC driver that required OpenClient to be installed underneath it, which...
View ArticleDuplicate rows indentified while creating an unique non-clustered index
Dear Experts, When are trying to recreate an unique non-clustered index over a table, it got failed after 4+ hours with an error message "unique non-clustered index got failed due to duplicate rows...
View Article