Viewing 15 posts - 5,686 through 5,700 (of 7,168 total)
opc.three (7/2/2011)
Lynn Pettis (7/2/2011)
July 2, 2011 at 2:09 pm
PS This is fresh in my mind due to another spirited thread but here is your query to look at execution use counts rewritten to use the current set of...
July 2, 2011 at 1:48 pm
I am not an expert but figured I would kick off the conversation.
I want to know the root cause too but I will still say that SQL Server is not...
July 2, 2011 at 1:46 pm
The only justification I could see for avoiding cross-database calls is to leave the option open to scale out at some point down the line by moving the Staging or...
July 2, 2011 at 12:15 pm
I don't have anything concrete in mind as to why it could be happening but I am curious, which statement fails with "table not found", the INSERT INTO or the...
July 2, 2011 at 12:05 pm
Coolroof (7/1/2011)
its executing properly but mail is not come and when i execute without attachment parameter i'm geeting mail.
Any error messages?
July 2, 2011 at 11:57 am
Why do you need to create it with UNSAFE? What is it doing that is causing you to require that setting?
Also, just because its created with UNSAFE does not mean...
July 2, 2011 at 11:57 am
Direct replies here: http://www.sqlservercentral.com/Forums/Topic1135468-391-1.aspx
July 2, 2011 at 11:55 am
Intrepid121 (7/2/2011)
....What would be the best\ quickest way to achieve this?
You could attack this using basic string replacement but I would not recommend it.
The proper way IMO is to do...
July 2, 2011 at 11:52 am
See section "Data mining by using transportable shadow copies" here:
http://technet.microsoft.com/en-us/library/ee923636(WS.10).aspx
July 2, 2011 at 11:03 am
Coolroof (7/2/2011)
pls give me steps for configure sp_send_cdosysmail in sql server 2008.
Using CDO for mailing is from the SQL 2000 days. Please consider the Database Mail subsystem to send email...
July 2, 2011 at 10:56 am
Shamshad Ali (7/2/2011)
Following is the no. of records in each table./
select count(*) from users -- 306940
select COUNT(*) FROM UserProfile -- 173958
I am running following simple query which is...
July 2, 2011 at 10:47 am
as2higpark (7/2/2011)
July 2, 2011 at 8:13 am
GilaMonster (7/2/2011)
opc.three (7/2/2011)
July 2, 2011 at 7:55 am
Lynn Pettis (7/2/2011)
July 2, 2011 at 6:39 am
Viewing 15 posts - 5,686 through 5,700 (of 7,168 total)