Viewing 15 posts - 91 through 105 (of 226 total)
You guys did a amazing work.
Keep it up
April 6, 2006 at 1:46 pm
DECLARE @string VARCHAR(8000)
SET @string =''
SELECT @string = @string + <ColumnName> FROM <TableName>
April 6, 2006 at 1:42 pm
The best way to deal with orhpaned user is to create the user with same SID in test environment. This will resolve the problem for good. Let us know if...
April 5, 2006 at 5:34 pm
You have to use some kind of loop, whether in form of cursor or loop
my experience loop are faster than cursors. You can also use case instead of using right...
April 5, 2006 at 5:23 pm
I think answer to question "How can I tell how much of the memory the server has (2GB) is being used by each database?" is "not possible" and I am not aware...
April 3, 2006 at 3:21 pm
I am not asking anyone to move to India. I am looking for a developer who is in India. Secondly though there may be lot of IT developers in India...
March 29, 2006 at 3:05 pm
He may be correct in saying that the agent may not start but it is not a good enough reason for not restaring the agent.
If someone is suspicious that the...
March 27, 2006 at 8:58 pm
I do not think there should be any problem by restarting the Agent service if none of the jobs were running or were schedule to run in between the time...
March 27, 2006 at 6:04 pm
This article may be a good start
http://www.sql-server-performance.com/sk_connection_pooling_myths.asp
March 27, 2006 at 5:55 pm
Use datediff function to determine the result set
DATEDIFF ( dd , '3/2/2006' ,PickupDate ) > 0
March 27, 2006 at 10:22 am
You will find equal number of people supporting both side of the equation. Coming to your question "would have a huge impact on a database of less than 1 million rows?"...
March 16, 2006 at 4:14 pm
When you move your database. View will be automatically tranfers. Views are in database.
March 15, 2006 at 3:06 pm
Full text search in SQL Server will only work if SQL Server is running in the System account
March 15, 2006 at 11:39 am
Viewing 15 posts - 91 through 105 (of 226 total)