Viewing 15 posts - 526 through 540 (of 3,738 total)
You set the columns to Unicode.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 29, 2015 at 12:48 pm
I found it.:blush:
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 29, 2015 at 11:06 am
I searched for PackageFormatVersion and I did not get any hit.
I did see DTS:LastModifiedProductVersion="12.0.2344.23".
What does the error sound like?
A backward compatibility issue?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 28, 2015 at 9:45 am
I was assigned to take over for someone else. They handed me off the package off to me and the person claims that he does not know what version.
He said...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 28, 2015 at 8:51 am
When adding a new variable I can't change the scope to the Foreach Loop Container?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 23, 2015 at 2:56 pm
That was it.:blush:
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 23, 2015 at 2:50 pm
I am using a File System Task.
The Package is located at the following URL
http://www.rafael-salas.com/2007/03/ssis-file-system-task-move-and-rename.html#comment-form
url]
I want to rename import20150723.txt to import.txt
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 23, 2015 at 12:10 pm
I used the following example to rename the file from abc.txt to abc-72015.tx:.
http://www.rafael-salas.com/2007/03/ssis-file-system-task-move-and-rename.html
url]
I need to do the reverse:
abc-72015.txt to abc.txt
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 23, 2015 at 11:05 am
I tried the following but I got an error?
Substring( @[User::MyFileValue] ,1,3)
The variable User::MyFileValue was not found in the variables collection. The variable may not exist in the correct scope.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 23, 2015 at 10:49 am
I found the property.
Thanks.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 23, 2015 at 9:50 am
How do I navigate to that screen?
Thanks.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 23, 2015 at 9:19 am
Please disregard this post.
Thank you.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 22, 2015 at 2:41 pm
michael.groh (3/31/2009)
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 22, 2015 at 1:20 pm
Lowell (7/22/2015)
you must have a trace or extended event in place,.SQL does not capture who ran select statements /users info unless you create something to capture it.
Hmm. I thought that...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 22, 2015 at 11:27 am
Replication is not updating the subscriber for any objects.:ermm:
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 20, 2015 at 11:41 am
Viewing 15 posts - 526 through 540 (of 3,738 total)