Viewing 15 posts - 361 through 375 (of 1,155 total)
Dharmendra JKT (3/4/2014)
yes, i have change service account but its not work
Try to chnage the service account to System acccount and start it. Once started try to use a domain...
March 4, 2014 at 8:03 am
May be you should try upgrading to SP3. This may fix any instability\bugs that SQL Server has been experiencing since the OS Patch.
--
SQLBuddy
March 3, 2014 at 4:04 pm
shannon.proctor (2/27/2014)
March 3, 2014 at 3:21 pm
yashuvp (2/3/2014)
I am importing data from SQL server into Oracle Database and it's taking too much time. I tried both Native OLD DB and Oracle DB but non of them...
March 3, 2014 at 3:15 pm
Yeah it's R\W operation. LS or DB Mirroring doesn't help in this scenario.
Your only option would be replication. But that's not designed for entire DB replication.
If the requirement is not...
March 3, 2014 at 3:12 pm
That block of T-SQL is read-only or Read\Write ?
--
SQLBuddy
March 3, 2014 at 2:57 pm
Ken Overton (3/3/2014)
sqlbuddy123 (3/3/2014)
Could you check the SQL Server Error Log\ Application Log for any Disk I/O path errors during this error message ?--
SQLBuddy
I've been through all the logs. ...
March 3, 2014 at 2:43 pm
mxy (3/3/2014)
thanksits 64 bit will it matter
how to calculate Data Cache usage
Procedure Cache Bloating is an issue with 32 bit systems. 64 bit systems should be fine.
select db_name(database_id) as...
March 3, 2014 at 1:59 pm
You are welcome JP 🙂
--
SQLBuddy
March 3, 2014 at 1:57 pm
Could you check the SQL Server Error Log\ Application Log for any Disk I/O path errors during this error message ?
--
SQLBuddy
March 3, 2014 at 1:56 pm
gabbyndu (1/29/2014)
Please how do i encrypt/decrypt column in a table so that the records will be useless for who ever wants to have access to it.thanks
Check this ..
http://technet.microsoft.com/en-us/library/ms179331(v=sql.90).aspx
--
SQLBuddy
March 3, 2014 at 1:46 pm
What are the autogrowth settings for TempDB ? Could you tell us how did you add 100 GB drive to TempDB ? And also did you restart the SQL...
March 3, 2014 at 1:36 pm
Check if the disk on which TempDb exists is Full. If so you need to free up space on that drive.
Also check if Autogrowth is restricted on TempDB.
Final option...
March 3, 2014 at 1:23 pm
JP10 (2/27/2014)
I heard that SQL Replication will no longer work with Oracle is this true? If so then is it starting with SQL 2012?
Yeah this is tru in case...
March 3, 2014 at 1:14 pm
Viewing 15 posts - 361 through 375 (of 1,155 total)