Viewing 15 posts - 4,171 through 4,185 (of 4,271 total)
I can't substantiate it but I think it is possible.. I'm guessing though that you have a CPU bottleneck for 1 or more processes..
CEWII
July 4, 2009 at 11:46 am
Input column should be defined as character in the data source. Using a derived column component in the data flow you will build an expression to test for numeric,...
July 3, 2009 at 12:34 pm
Fuzzy is only allowed to be used in Enterprise and Developer versions.. And allows imprecise lookup operations where the text of a name "Rosie" might be matched to "Rose",...
July 3, 2009 at 9:32 am
I think steps 1-4 are a bit paranoid.. And this coming from a paranoid techie... The database will be a mirror of the 2000 with some underlying updated...
July 3, 2009 at 9:19 am
SQL Server 2005 BOL (Nov 2008)
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/instsql9/html/13e95046-0e76-4604-b561-d1a74dd824d7.htm
32767 is the max number however there may be limitations imposed on express versions, can't remember..
CEWII
July 3, 2009 at 7:25 am
I can see 2 possibles for an out-of-memory, the first is that SQL is squeezing it out, I ahve seem this occur on a machine where there was not enough...
July 2, 2009 at 5:40 pm
Are there other files there? If not then there might be a permissions issue on that file alone.
I can't remember is an ending \ on the dir was required:
xp_cmdshell...
July 2, 2009 at 3:44 pm
My very first thought was WOW, there sure are a lot of sub-selects in that..
I think you are trying to accomplish too much in a single query, you have like...
July 2, 2009 at 3:40 pm
Also, SP1 is availabe.. You might install that..
CEWII
July 2, 2009 at 3:08 pm
You probably will have to query on of the reportserver db tables to find out about the last run status of the job. I don't think there is another...
July 2, 2009 at 3:00 pm
All I can say is User Access Control (UAC) in Windows 2008 (and Vista) just KILLS me I get way too many windows for it to provide me any real...
July 2, 2009 at 2:56 pm
Sounds like we are back to transactional replication again..
CEWII
July 2, 2009 at 2:43 pm
do an:
xp_cmdshell 'DIR \\remoteServer\public'
Does it return the directory or does it error out with an access denied message?
July 2, 2009 at 2:42 pm
I think there is also a /SKUUPGRADE switch.. It might just be in 2008..
July 2, 2009 at 2:31 pm
Lets start with terms..
SQL Login = account that allows you to access the server, but not really any databases.
Database User = a user account in a database tied to a...
July 2, 2009 at 2:28 pm
Viewing 15 posts - 4,171 through 4,185 (of 4,271 total)