Viewing 15 posts - 9,541 through 9,555 (of 13,469 total)
b.noof (5/5/2010)
it's just a variable and not a table
no it's not. variables do not have row indexs or columns.
your multiple quotes demonstrate it over and over again:
v_accounts_info_table(index).account_sequence for example
v_accounts_info_table(v_account_id).account_sequence...
May 5, 2010 at 9:07 am
i think in Oracle, a semicolon is manditory to determine the end of a statement;
i reformatted your queries and pasted them into SLq Developer, and got the same error.
when i...
May 5, 2010 at 8:37 am
the utility i described should work for you;
i found out the hard way on a new Windows7 laptop; the security is tighter, and it does not automatically add the person...
May 5, 2010 at 8:28 am
Henrico Bekker (5/5/2010)
drop the account from the DB, recreate it on sql...
May 5, 2010 at 7:12 am
i think you can use the Surface Area Configuration tool to add yourself as an administrator, and then change the passwords of the lost admins, including "sa", right?

May 4, 2010 at 8:30 pm
Well, my SSMS is actually what gets installed with SQL 2008 standard; it runs the reportagainst any database I point it at;
your SSMS might not have that feature;
anyway, i profiled...
May 4, 2010 at 10:59 am
ok the error you can get is:
“The Maximum number of tables in a query (260) was exceeded”.
i poked around using my Google-Fu, and that seems to be the limit;...
May 4, 2010 at 9:55 am
i remember a post from Jeff Moden mentioning that a view could only have ~200 references; it was less than 255 but more than 200; so if you have 400...
May 4, 2010 at 9:21 am
EXCEPT requires the same number of columns from both tables.
remember it's comparing row to row based ont he columns you select, so you need to either remove Column 2 from...
May 4, 2010 at 9:19 am
yet another day where i learned something I didn't know.
Thansk for this post, Brian. Good to know!
May 4, 2010 at 9:16 am
yeah it's so easy once you've discovered ti you want to kick yourself... I found out the hard waywhen i bought a new laptop and installed both SQL 2005 and...
May 4, 2010 at 8:19 am
with both .net and SQL server's built in tools, eventually someone can reverse engineer decrypt everything.
SQL server has to be able to compile any encrypt stored procs/functions ; the WITH...
May 4, 2010 at 7:38 am
Viewing 15 posts - 9,541 through 9,555 (of 13,469 total)