Viewing 15 posts - 1,471 through 1,485 (of 7,168 total)
Akkare (3/23/2013)
When I put SETSPN - L FQDN
I am not able to see spn for sql server (MSSQLSVC/fqdn:portno)
But when I put SETSPN -L <sqlservice account> I could see Spn...
March 23, 2013 at 7:25 am
rohit.anshu (3/21/2013)
i've seen a couple of cases where huge staging tables containing c/nc indexes are truncated and the index drop and rebuild happens , so its like 1. drop index...
March 22, 2013 at 11:56 pm
I thought I read that but wasn't sure if I was missing something. Thanks for posting back.
March 22, 2013 at 10:07 pm
Mirroring is a specific concept in SQL Server but I am guessing you meant it generically because you cannot mirror to anything but another instance of SQL Server and you...
March 22, 2013 at 8:03 pm
You;re really making us work over here...
I tried polishing up the SQL you provided so it would run on SQL Server but it's not even close. Syntax errors everywhere, mis-aligned...
March 22, 2013 at 4:34 pm
I have never had to set anything to get that to display, it just always has done that for me. I would check to see if there are any service...
March 22, 2013 at 3:41 pm
What version of SSIS are you using? What is the version of SQL Server where the data source is hosted?
March 22, 2013 at 3:39 pm
Pushing the data to a staging table and applying all changes at once using MERGE is a good performing option.
If you need to stick with Lookup for whatever reason, please...
March 22, 2013 at 3:19 pm
Please provide:
1. DDL in the form of CREATE TABLE statements to create your sample tables
2. DML in the form of INSERT INTO statements to populate the sample tables
3. The expected...
March 22, 2013 at 2:53 pm
EasyBoy (3/20/2013)
I would like to capture the script that was ran by user on yesterday between particular time.
But somehow i am not able to get the desire information.
Can anyone...
March 22, 2013 at 2:45 pm
1.i need to Write a SP to accept comma separated values and return as list of string values
If you're on SQL 2008 or above then why would you ever want...
March 22, 2013 at 12:37 pm
Either one, as long as both as connected to the domain. The changes it invokes are made to Active Directory not to the computer where it is run so it's...
March 22, 2013 at 12:29 pm
You can see the last 256 minutes from sys.dm_os_ring_buffers.
Query courtesy of Glenn Berry's diagnostic query script:
-- Get CPU Utilization History for last 256 minutes (in one minute intervals) ...
March 22, 2013 at 10:26 am
Alone (3/22/2013)
Hi,I have verified fill factor which didn't get changed after rebuilding indexes..
And what was it?
March 22, 2013 at 9:25 am
Viewing 15 posts - 1,471 through 1,485 (of 7,168 total)