Viewing 15 posts - 1,366 through 1,380 (of 1,995 total)
in client network utility try createing an alias for your server and specify that the alias uses TCP/IP
- that is client network utility on your cleitn machine - not...
April 8, 2010 at 4:16 am
could be that named pipes is specified in the connection string
April 8, 2010 at 4:15 am
what is the client? it it enterprise manager, or an application
can you change the connection string ? can you post it (censored of course - we don't need usernames or...
April 8, 2010 at 1:21 am
First thing you need to look at are tghe followin functions
REPLACE
SUBSTRING
CHARINDEX
LEN
RIGHT
LEFT
Example Contents of Path column
templatedata\Article\ColumbiaArticle\data\2004-09_Spalding_en
Need to change to
templatedata\Article\ColumbiaArticle\data\en\2004-09_Spalding
i'll do it in stages
first thing is to find the last...
April 7, 2010 at 9:30 am
depends on your wan
you should be able to connect via TCP/IP - port 1433 (and the UDP port for that is 1434) by default
if these ports are open you should...
April 7, 2010 at 9:17 am
ray
have you tried
DBCC DROPCLEANBUFFERS
GO
DBCC FREEPROCCACHE
GO
if you are using dynamic memory that might free it up - not sure if it just clears the memory or it clears it...
April 7, 2010 at 9:13 am
lyn - as chris morris says - looks like he doesn't need the left outer join
February 5, 2010 at 7:29 am
is there a certain time that your tempdb grows?
my guess would be you are using the sort in tempdb option when rebuilding your indexes (possibly) which would put a huge...
February 4, 2010 at 2:34 am
Bill Gates-870674 (1/28/2010)
if it works then the problem...
January 29, 2010 at 7:12 am
nope - a checkpoint marks the log entries as inactive - therforethey will be cleared down when the log is backed up
ini some unusual circuimstances automatic checkpointing...
January 27, 2010 at 4:16 am
I would suggest (as a dba with over 12 years experience) that you ask yourslef what about being a dba you wish to pursue
there are many facets to becoming a...
January 26, 2010 at 7:37 am
one thing everyone forgets
make sure your database is checkpointing - the log data is not truncated if no checkpoint has occured
try the following
use mydb
go
checkpoint
go
backup log mydb to disk='xxxxxxxx'
go
dbcc shrinkfile(2,1)
go
January 26, 2010 at 6:58 am
Rich
if i remember those machines (5664-server is it?) then they only have 1 disk (ok 2 disks in raid 1) on them???
1 disk and 1 Gb of memory will almost...
October 27, 2009 at 9:53 am
use the ORIGINAL_DB_NAME () feature in your classifier function
September 2, 2009 at 5:53 am
40 lac = 4,000,000 ( 4 million )
(1 lac=100,00)
is this correct ???
one more question - does the file you are importing/updating from have a unique identifier? if so is...
August 19, 2009 at 1:03 am
Viewing 15 posts - 1,366 through 1,380 (of 1,995 total)