Viewing 15 posts - 1,411 through 1,425 (of 2,840 total)
That is probably why you are not able to do data export over the network. I am not sure about it though but for the first handshake, I think it...
-Roy
January 22, 2010 at 8:45 am
I hope he is not trying everything in the script folder on production ... 🙂
-Roy
January 22, 2010 at 8:16 am
Can I use one that's on my system in a folder entitled SQL Scripts? or do I need to create one.
This is what scared me most...
-Roy
January 22, 2010 at 8:11 am
If the cook is good, you should try the Biriyani or Kerala Fish Curry/fry. They are very good. 🙂 We use real spices to make the spicy, not Chilli powder...
-Roy
January 22, 2010 at 8:09 am
January 22, 2010 at 8:02 am
Born and educated in Kerala, India (Southern tip of India). Our state is known as Gods own paradise because of its beauty. Back waters, Mountains, forests, beaches and historical monuments....
-Roy
January 22, 2010 at 7:56 am
What account is your SQL service running on both machines?
-Roy
January 22, 2010 at 7:07 am
ooops.... Thanks for the correction Paul. I thought the OP wanted to delete all records from table1 when there is no corresponding email in table2.
Great catch...
-Roy
January 22, 2010 at 6:49 am
delete from table1
where email not in (Select email from table2)
This will delete all records that does not have any corresponding email address in the second table.
-Roy
January 22, 2010 at 6:43 am
When you are trying to retrieve the history, try to find out what is happening. Try sp_who2. Also try to get the history using T-SQl by joining sysjobhistory and sysjobs...
-Roy
January 19, 2010 at 2:18 pm
It could be because you are keeping the history of Jobs for a very long time. You can limit this by changing the values in the properties of SQL Server...
-Roy
January 19, 2010 at 2:04 pm
You can write power shell scripts to read from event log using WMI. There are samples out there and you can search for them
-Roy
January 19, 2010 at 12:54 pm
lmu92 (1/19/2010)
bgeige (1/19/2010)
SSMS/View/Object Explorer Details/ProceduresHow would you sort the procs by creation date, as requested in the original post? :ermm:
The columns shown are sortable. Just click on the column you...
-Roy
January 19, 2010 at 12:48 pm
I havent tried it yet. I will try it next time... :hehe:
-Roy
January 19, 2010 at 12:25 pm
Viewing 15 posts - 1,411 through 1,425 (of 2,840 total)