Viewing 15 posts - 3,706 through 3,720 (of 9,643 total)
By default SQL Server Express does not allow remote connections. Go into the SQL Server Configuration Manager and make sure you have either NamedPipes or TCP enabled in the...
December 1, 2009 at 6:33 am
Robin,
On the SQL Server open Reporting Services Configuration Manager and connect to the SQL Server you have reporting services installed on. If there are any red 'X's on the...
December 1, 2009 at 6:27 am
Have you seen this thread in the MSDN forums?
December 1, 2009 at 6:23 am
If you haven't processed any rows yet then all the rows will be returned.
December 1, 2009 at 5:18 am
Note the WHERE clause on the snippet. I load all the rows with a NULL ProcessedDate into the @emps table variable, process the rows. Then use the table...
November 30, 2009 at 9:27 pm
Can't you set the data type from the flat file to a Date data type and then do a direct date comparison instead of a string comparison?
November 30, 2009 at 7:37 am
How about a sql agent job that runs after the refresh that checks for the value and sends an email using database mail if the value exists. Your...
November 30, 2009 at 6:56 am
Why would you need a cursor or use the PRINT statement to get this information?
Couldn't you just do this?
SELECT
ServerName,
Sum(FreeSpace_MB/1024) as [Disk...
November 30, 2009 at 6:51 am
What is the error?
How are you determining what db you are doing the last insert into?
Can you supply ALL the trigger code?
November 30, 2009 at 6:48 am
Most objects in SSRS have a visible property which has a toggle item property. You can default table 2's visible property to be hidden and set the toggle item...
November 30, 2009 at 6:36 am
Roy Ernest (11/26/2009)
Welcome back Barry... Lots of concerned people around here.... 🙂 Glad to see you back
Second that Barry.
November 26, 2009 at 6:36 am
PiMané (11/26/2009)
November 26, 2009 at 6:34 am
Steve Jones - Editor (11/25/2009)
Stuffing myself with pizza after skiing. Likely gone until Monday, so everyone enjoy (and behave) themselves.
Okay, Steve will be gone, now we can do whatever we...
November 25, 2009 at 1:38 pm
GilaMonster (11/25/2009)
Happy normal working week. 😀I'll hold down the fort while all the US people are off stuffing themselves with turkey and whatever else appears on a thanksgiving table.
Sweet Potato,...
November 25, 2009 at 1:26 pm
I am unsure what you want to know when you say "actual process".
I mean the physical process where a items is picked, put into a packet, and the packets are...
November 25, 2009 at 12:36 pm
Viewing 15 posts - 3,706 through 3,720 (of 9,643 total)