Viewing 15 posts - 16 through 30 (of 68 total)
danielgrimes_9 (7/4/2012)
I am currently working as a Lettings Manager for a small company, and part of that roll is (unofficially) administering a Microsoft SQL 2005 Database, as the...
July 19, 2012 at 4:42 am
GilaMonster (7/16/2012)
tyson.price (7/16/2012)
July 16, 2012 at 6:52 am
GilaMonster (7/16/2012)
July 16, 2012 at 5:55 am
BrainDonor (6/28/2012)
Steve Jones - SSC Editor (6/27/2012)
select .. into doesn't work?
No, because I'm using dynamic SQL it goes out of scope:
declare @sql varchar(max);
set @sql = 'SELECT...
July 2, 2012 at 11:49 am
I beleive you can. Pull it up in Enterprise Manager, click properties, permissions, and you can set them.
May 23, 2012 at 10:45 am
Sanz (3/29/2012)
March 29, 2012 at 12:42 pm
ron.grace (3/8/2012)
using the following WHERE clause
WHERE HOrder.Acno = @Acno and
SUBSTRING(HDespatch.ArcOrdno,1,4) = @Unit and
SUBSTRING(HDespatch.ArcOrdno,5,8) >= @FromDate...
March 9, 2012 at 4:24 am
Eric M Russell (2/1/2012)
subzzz_ (2/1/2012)
Eric M Russell (2/1/2012)
There is no concept of a "cell" in SQL Server. Are you talking about SQL Server or Excel?
Sorry, my mistake.
It's a force of...
February 2, 2012 at 4:09 am
Eric M Russell (2/1/2012)
There is no concept of a "cell" in SQL Server. Are you talking about SQL Server or Excel?
I see what you are asking but as far as...
February 1, 2012 at 9:47 am
subzzz_ (1/30/2012)
I've got a bit of an issue, I need to trim some data from the end of a few cells(3000+, okay not a few).
The good thing is though...
January 31, 2012 at 4:38 am
Burninator (12/13/2011)
December 14, 2011 at 5:39 am
Grinja (5/26/2011)
Has anyone got a way to identify which column is to blame when encountering error 'String or binary data would be truncated'?
I've come accross this when attempting to insert...
December 2, 2011 at 4:32 am
Ninja's_RGR'us (5/26/2011)
We're so geeks to fight over this!
Couldn't resist 😀
The bisection method in mathematics is a root-finding method which repeatedly bisects an interval and then selects a subinterval in which...
December 2, 2011 at 4:18 am
That made me curious...here is a link with suggestions. Pay attention to the comments about restarting the server. With some queries listed that information is lost.
http://blog.sqlauthority.com/2009/05/09/sql-server-find-last-date-time-updated-for-any-table/
November 1, 2011 at 12:50 pm
Viewing 15 posts - 16 through 30 (of 68 total)