Viewing 15 posts - 1 through 15 (of 86 total)
Not sure if this helps, I've had some similar issues communicating between Oracle and SQL. I fixed them by using an Oracle product - Oracle Gateway - to link Oracle...
November 27, 2013 at 2:57 am
Yes - of the 12G a little data is held as tabular data but most of the data is mostly filestream. There are 4000 files - typical size is 25K...
January 26, 2012 at 7:30 am
Thanks for your interest.
Let me clarify
I have 2 databases - one with filestream objects needs 30 minutes to back up - this is the same amount of time as a...
January 26, 2012 at 7:18 am
you can use set rowcount but there a lot of conditions -
http://msdn.microsoft.com/en-us/library/ms188774.aspx
best use where clause...
August 12, 2011 at 1:34 am
How about if the VM was restored from a snapshot but only some disks were included in the snapshot?
So SQL is on the C drive which is in a snapshot,...
July 28, 2011 at 1:50 am
Hi
How about:
select * from INFORMATION_SCHEMA.columns
where TABLE_NAME = 'T1' and IS_NULLABLE = 'YES'
July 21, 2011 at 2:07 am
Do you already have a database called 'NiAccdb11' on the server?
You could use with replace on the restore or restore the dataabse to a new name.
May 31, 2011 at 3:34 am
If you have to, you should be able to put the data/logs/tempdb files onto separate luns on your VM (Or maybe your SAN admin or VM admin can do so?).
I...
May 31, 2011 at 2:50 am
Not sure if I fully understand, but some ideas...
I understand that you have full transaction logs. Are you performing transaction log backups?
Apart from SQL, are there any other processes running...
September 3, 2010 at 5:53 am
Why don't you have a backup? Our Network people take disk images - you may be able to get something off there if you have a similar environment. Read up...
June 17, 2010 at 2:43 am
Thanks - think I've fixed it.
I deleted all the cache files (on my server in C:\Users\SQL2K8AGENTService\AppData\Local\Temp).
Re-started the data collector and its been working for the past hour.
I suspect that this...
June 11, 2010 at 5:10 am
If its all working OK why change them? Changing could put you in a much worse position than you are now. If you have to change them, what fallback do...
May 28, 2010 at 3:03 am
Do you have blocking issues?
If so, how do you know that you do? what symptons/problems do you have?
Monitoring blocking may be expensive in resources etc; a performance issue could...
May 27, 2010 at 1:52 am
Glad to help - this took me a long time to fix.:-)
May 18, 2010 at 2:27 am
Which version od SQL Server?
I had a 32-bit SQL instance on 64-bit windows, and could not see the performance counters.
Until I ran \WINDOWS\SysWOW64\perfmon.exe - all counters appeared...
May 18, 2010 at 1:56 am
Viewing 15 posts - 1 through 15 (of 86 total)