Viewing 15 posts - 13,411 through 13,425 (of 26,486 total)
Charmer (3/27/2012)
I am having kinda same problem...
I have more than 7 million records in a table.. i was wondering to see how much time to execute and :ermm: it...
March 27, 2012 at 9:47 am
David Burrows (3/27/2012)
Brandie Tarvin (3/27/2012)
No milestone for him. ME ME. GIMMIE!POST!!!
😀
And No 😀
And the gentleman from the UK WINS!
March 27, 2012 at 9:24 am
GSquared (3/27/2012)
Stefan Krzywicki (3/27/2012)
March 27, 2012 at 9:16 am
You will need to post the DDL (CREATE TABLE statements) for the source tables used in your procedure. Also you will need to provice smaple data for those tables...
March 27, 2012 at 8:56 am
Most likely you will need to go to Sybase and download the appropriate OLEDB or ODBC drive for the Sybase databae you will be accessing.
March 27, 2012 at 8:51 am
Here is the from clause in your stored procedure:
...
FROM employee e
...
March 27, 2012 at 7:59 am
Div Goud (3/27/2012)
In the Creation table we can create a trigger on table.then easily we will know
What??
March 27, 2012 at 7:42 am
Okay, glad to hear it. Now, you on the other hand, should post the code you wrote to solve your problem. It may help someone else who may...
March 26, 2012 at 11:24 pm
Henrico Bekker (3/26/2012)
It fails specifically for the DB Engine & SSRS.
SSAS, SQL Browser and SSIS install perfect.
Error components:
1. sqlrsshpconfigaction_install_configrc_cpu64
2. sqlengineconfigaction_install_confignonrc_cpu64
"The module...
March 26, 2012 at 11:23 pm
Henrico Bekker (3/26/2012)
Sorry to hijack, but some poor old chap is struggling:http://www.sqlservercentral.com/Forums/Topic1272592-2799-1.aspx#bm1272921
😉
You can't hijack this thread. Coming to the water cooler and saying that some help would be appreciated...
March 26, 2012 at 11:21 pm
hendrianhamonangan (3/26/2012)
hendrianhamonangan (3/26/2012)
The screen shoot I gave the operation failed with the message error : access is denied. Even the current folder already get the permissions as everyone and...
March 26, 2012 at 10:52 pm
Looks to me like you did not install the client tools. You should be able to rerun setup and install the client tools.
March 26, 2012 at 10:44 pm
Did you get any errors while actually moving the files between directories? I think this is the third time I have asked this question.
March 26, 2012 at 10:39 pm
If you force a failover, you will most likely lose transactions that had not made it over to the mirror database. Can't really tell you more than that.
March 26, 2012 at 10:31 pm
mrwillcostello (3/26/2012)
SELECT su.name, dp.class_desc,dp.permission_name, dp.state_desc
FROM sys.database_permissions dp
JOIN sys.sysusers su
ON su.uid = dp.grantee_principal_id
WHERE dp.grantee_principal_id = DATABASE_PRINCIPAL_ID(shantecostello);
--Return rolememberships for the user
SELECT su1.name as[User], su2.name as [Role]
FROM sys.database_role_members drm
JOIN...
March 26, 2012 at 10:29 pm
Viewing 15 posts - 13,411 through 13,425 (of 26,486 total)