Viewing 15 posts - 5,236 through 5,250 (of 7,168 total)
Lowell (8/4/2011)
then the GUI can present you 100 or...
August 4, 2011 at 11:01 am
Although I have been called crazy many a time, and a lot lately coincidentally, SSCrazy is just my designation on the site based on the number of points I have...
August 4, 2011 at 10:54 am
:ermm: XML PATH helps create a delimited list as a single column. The example in the OP has a separate column for each transaction.
@krish2266, did you get your issue...
August 4, 2011 at 10:16 am
SQL_Developer (8/3/2011)
I am working on dynamically generated web form with bunch of controls in an ASP.NET project. When I save the data, I am passing all the controls (FieldName,...
August 4, 2011 at 10:02 am
Denise McMillan (8/4/2011)
OLE DB provider "OraOLEDB.Oracle" for linked server "LAWSONPROD" returned message "ORA-01858: a non-numeric character was found where a...
August 4, 2011 at 9:55 am
Errr...Jeff Moden strikes again? Try a Crosstab instead of PIVOT. You'll be happy you did.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns[/url]
August 4, 2011 at 9:51 am
Denise McMillan (8/4/2011)
SELECT *
FROM OPENQUERY(LAWSONPROD, 'SELECT
...
August 4, 2011 at 9:49 am
Eugene Elutin (8/1/2011)
Map the drive or use full path :\\machinename\c$ ...
But, why are you using SQL for this? PowerShell or old dos-batch are designed exactly fo the purpose you have.
+1...
August 4, 2011 at 9:19 am
I gave up drinking a while back but agree with Grant. Stone is an excellent example of a U.S. microbrew far superior to any of the Mega Breweries. Oskar Blues...
August 3, 2011 at 2:35 pm
Suit yourself.
I don't know the layout of your database but if you're using procs, views, functions, etc. to access your tables just be aware that DENY is not evaluated...
August 3, 2011 at 1:46 pm
Why DENY? Unless you have very granular or complex security requirements using DENY is not preferred.
It's much more intuitive from a management standpoint to have Users added to Roles that...
August 3, 2011 at 1:07 pm
James Tech (8/3/2011)
1.) I want to know if each of the property specified in this connection string sample below is well suited for a clustered environment. e.g. The...
August 3, 2011 at 11:32 am
Sorry, I guess I confused on your request. A connection string to a clustered instance will look very similar to one connecting to a stand-alone instance...that's the point of clustering,...
August 3, 2011 at 10:26 am
What else is the package doing? Many times when I see this type of issue it's related to an interactive prompt showing up when the SSIS package is run unattended...
August 3, 2011 at 6:26 am
Viewing 15 posts - 5,236 through 5,250 (of 7,168 total)