Viewing 15 posts - 1,411 through 1,425 (of 14,953 total)
I've maintained for years that databases are platform-portable in the same way that continental plates are "portable". They do move, and it's usually listed as a disaster by everyone...
June 4, 2012 at 7:26 am
Brandie Tarvin (5/30/2012)
GSquared (5/30/2012)
Can't you add an SQL Script task to check for rows to export before you run the file-create step? Worth doing?
Are you talking about a Execute...
June 4, 2012 at 6:33 am
Doctor Who 2 (5/31/2012)
No, GSQuared, I haven't tried LinkedIn. I am on it, but tend to spend my time there either interacting with others on questions, answering them, etc....
June 4, 2012 at 6:30 am
IceDread (5/31/2012)
Human nature actually varies a lot depending on culture. That's not to say I don't agree.
Usa has had a different history, very very short history compared to other countries...
June 4, 2012 at 6:25 am
sturner (5/30/2012)
mtucker-732014 (5/29/2012)
June 4, 2012 at 6:21 am
If sa has been removed from the sysadmin role, you need to get with whomever is in charge of security for your database server and work out what login to...
June 4, 2012 at 6:15 am
Can't you add an SQL Script task to check for rows to export before you run the file-create step? Worth doing?
May 30, 2012 at 6:54 am
Doctor Who 2 (5/29/2012)
May 30, 2012 at 6:52 am
Login sa gets a permission-denied error? Is that correct?
If so, check if sa is still a sysadmin. If it is, then SQL Server is running under permissions at...
May 30, 2012 at 6:38 am
Those IsNulls in the Where clause and Join predicates are also going to also kill performance, unless I'm mistaken. Regardless of indexing.
I would definitely move towards a more structured...
May 30, 2012 at 6:36 am
Are you familiar with Inline Subqueries?
That will do what you want, in a single set-based query, without a cursor.
I'd need to see the structure of the actual table before I...
May 29, 2012 at 10:50 am
I went through a very rough time when I was first learning how to work with SQL Server. Laregely, as you surmised, because you have to know what to...
May 29, 2012 at 10:45 am
If your XML will come from SQL Server tables, you can generate typed XSD by querying sys.columns for the SQL Server datatypes and translating to XML data types. Will...
May 29, 2012 at 10:36 am
What login are you using to execute it?
May 29, 2012 at 8:32 am
You can either use .NET to do that, by creating an Excel object and calling the Save As method, or you can use a data flow from the Excel file...
May 29, 2012 at 8:30 am
Viewing 15 posts - 1,411 through 1,425 (of 14,953 total)