Viewing 15 posts - 76 through 90 (of 223 total)
🙂 Sorry for the headache, Craig. I appreciate the response, in spite of the headache.
If your head hurt, then SQL Server must be scratching its head too! ...
April 7, 2011 at 10:01 am
Thanks for the response.
April 6, 2011 at 5:23 pm
Hi, Scott. Thanks for the great article. To clarify a point that you made in the comments, to configure the configuration connection string, you have to use an...
April 4, 2011 at 1:19 pm
I'm not sure if the T-SQL (SS2K8) forum is the correct place for this topic or that the Lookup transformation task is the desired task. Perhaps the Merge Join...
March 17, 2011 at 10:00 am
Look into the FileInfo class/object. I believe that it has the information that you need. Hope that this helps.
Thanks...Chris
March 11, 2011 at 5:44 am
Have a look in Books Online at the merge statement. It's what's called an upsert...update when present, otherwise insert. Hope that this helps.
Thanks...Chris
January 19, 2011 at 10:09 am
Run a profiler/trace session against that database...that will give you the queries hitting the database.
Hope that this helps...thanks.
Chris
December 30, 2010 at 11:37 am
I think that this functionality of adding a count to the GO command is only available in SQL 2005 and up.
Thanks...Chris
November 23, 2010 at 5:24 am
To execute a stored procedure, use the syntax below:
exec storedprocedurename parameterlist
For example, if my stored procedure name was usp_GetSalesByState with a parameter of StateID, I would use:
exec usp_GetSalesByState 'GA'
OR
execute usp_GetSalesByState...
November 16, 2010 at 5:28 am
In the article, you mentioned in "...I picked jobs that would be good for me growth and development, would pay me more, or provide some exciting challenge. I was willing...
September 9, 2010 at 5:31 am
If you are just trying to concatenate rows rows into a single column, see the following link.
July 7, 2010 at 2:28 pm
Hmm...I guess it depends on what you want to do.
This is a tutorial on using it in .Net.
http://www.4guysfromrolla.com/articles/072209-1.aspx
I guess it also depends on how you want to structure...
June 29, 2010 at 2:04 pm
Try adding your index after your insert...see if that makes a difference.
June 29, 2010 at 12:03 pm
You can use SPs with nHibernate.
June 29, 2010 at 11:52 am
Well, as far as I understand it, the report viewer is just, as you said, a link to Reporting Services, which means that the reports would have to be developed...
June 29, 2010 at 11:47 am
Viewing 15 posts - 76 through 90 (of 223 total)