Viewing 15 posts - 586 through 600 (of 18,926 total)
... depends on what you are transfering.
What type of data / documents are you downloading?
December 6, 2011 at 10:11 am
ChrisM@Work (12/6/2011)
Ninja's_RGR'us (12/6/2011)
LutzM (12/6/2011)
Changing subject: Does anyone know one of the DBAinSpace finalists?There's no name I recognize as one of the Threadizens....
There's noone I recognize from this site, period. ...
December 6, 2011 at 10:10 am
JonFox (12/6/2011)
What is the scope of these temp tables, #local or ##global?
You need a trace to track connection opened / closed.
Beyond that I'm not sure what else you'd need to...
December 6, 2011 at 10:07 am
LutzM (12/6/2011)
Changing subject: Does anyone know one of the DBAinSpace finalists?There's no name I recognize as one of the Threadizens....
There's noone I recognize from this site, period. :crying:
December 6, 2011 at 10:05 am
Reformated for Sanity :
CREATE PROCEDURE [dbo].[MyTestSPROC]
@Category NVARCHAR(MAX)
, @Program NVARCHAR(MAX) = ''
, @AName NVARCHAR(MAX) = ''
, @Country NVARCHAR(MAX) = ''
...
December 6, 2011 at 10:03 am
Of course you can. What exactly do you need to do and what are your limitations?
December 6, 2011 at 9:57 am
Track the connection useage. No way the table was dropped by error by sql server.
There's either an explicit drop or the connection is recycled.
Could also be an edge case...
December 6, 2011 at 9:52 am
The linked server is not configured properly on 2008. See how you did it on 2005 and redo on 2008 (that can be scripted if you want).
December 6, 2011 at 9:36 am
I know you can have RS 2008 use 2005 as datasource.
I'm not sure I understand your upgrade process tho. If it's on a new machine then super easy to...
December 6, 2011 at 9:27 am
See all the free time we have to goof around. Too bad we don't have what we need to work on your issue.
December 6, 2011 at 9:25 am
CSS or PSS.
Either there's something really wrong in the DB or you've hit a bug. Either way I'd like those guys on my side.
You can always wait 1-2 days...
December 6, 2011 at 9:24 am
SQL Kiwi (12/6/2011)
Hugo Kornelis (12/6/2011)
Something about the ability to select blocks of code to run easily I think is one main argument in favour.
+1000
I work mainly with 1000+ lines procs...
December 6, 2011 at 9:22 am
SQLRNNR (12/6/2011)
Steve Jones - SSC Editor (12/6/2011)
george sibbald (12/6/2011)
I was first 🙂You were, and I've chimed in with Gail.
Yeah but Cadavre had blood in his post.
DOA is a better description...
December 6, 2011 at 9:19 am
SQLRNNR (12/6/2011)
Lynn Pettis (12/6/2011)
MSBI Learner (12/6/2011)
Yeah, I have sent... hope that helps you to work on my issue.Please let me know if you need any more information on the same.
There...
December 6, 2011 at 9:18 am
Viewing 15 posts - 586 through 600 (of 18,926 total)