Viewing 15 posts - 1 through 15 (of 22 total)
Then refresh the metadata of Flat File Destination.
Thank you for the reply. I can change the destination manager value ok but can you please let me know how I would...
May 13, 2015 at 1:11 pm
Hello, I have read your replies and looked at the link so hopefully I have the cause of the SEEK / SCAN action clear???
When passing in a NVarchar to be...
December 4, 2012 at 12:55 am
thanks for the reply, for my own reference I am trying to understand how this would make any difference in the way the index is seeked or scanned.
November 29, 2012 at 4:49 pm
thanks for the help. Even after doing this job for a while I am still learning simple things.
October 22, 2012 at 4:15 pm
For anybody else, as was suggested by the previous poster this works fine.
Takes a second to run.
October 22, 2012 at 2:44 pm
thanks for the reply. From your experience this is safe to use and has not caused any issues that you know of?
October 22, 2012 at 2:19 pm
thanks for the reply -- SQL 2008 -- therefore I was incorrect in suggesting the licensing has changed for this edition of SQL
October 22, 2012 at 12:28 am
Thank you, so obvious!!!
I was in Master and was trying the following to get my renaming to work:
ALTER DATABASE [MyDatabase] SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
ALTER DATABASE oldName MODIFY NAME =...
October 12, 2012 at 12:43 am
yes, that is correct. A process blew the log file out and the database was big so I could not just change it to Simple model or truncate the log...
August 9, 2012 at 10:25 pm
I have run the code below on the temp db.
SELECT * FROM sys.dm_io_virtual_file_stats(DB_ID(N'tempdb'),null);
The output shows it has had activity on both tempdb datafiles (ID 1 & 3)
Do you know if...
September 20, 2011 at 3:45 pm
and this round robin pattern is for both TempDB data files and also the log files (if their were multiple log files of course).
September 20, 2011 at 3:13 pm
I already have two tempdb data files set up on the main server. Each on a separate disk and each the same size.
I have my doubts as to how...
September 20, 2011 at 2:44 pm
Hello, thank you for all the replies.
I have found the issue and like a lot of problems the answer is simple and obvious.
The cause of the difference between running the...
August 29, 2011 at 1:31 pm
it should be and was "Select C1.[CUSTOMER_ID]" -- a typo on my behalf here.
August 23, 2011 at 6:45 pm
The last line on the ad-hoc statement (code inside the view run from SSMS) would normally be "where c1.deleted = 0 and C1.CUSTOMER_ID = 123" and when running the VIEW...
August 23, 2011 at 1:13 pm
Viewing 15 posts - 1 through 15 (of 22 total)