Viewing 15 posts - 46 through 60 (of 107 total)
It was the firewall. I shut it down on the server and it works fine. Now I'll work on the firewall on Server 2008 to get it to...
August 9, 2010 at 8:25 am
that should give me something to mess with for a while. i'll let you know how it turns out.
thanks
August 6, 2010 at 3:15 pm
The browser was running on the server. it's not on the client, but I'm assuming that is not necessary since i am not trying to connect to the...
August 6, 2010 at 1:31 pm
sorry about that. i am trying to connect using Management Studio from my client. I can connect to the default instance, but not to the named instance. ...
August 6, 2010 at 12:26 pm
I'm not running this one on a cluster.
August 6, 2010 at 11:01 am
thanks Bradley. It's not that I do not want to use your script. It's just that I've already wasted enough time on it and it since it is...
May 14, 2010 at 2:27 pm
I didn't use .csv. Just plain old csv. I don't know why the Maintenance Plan does not work, but it doesn't. I'd like to get SQL to...
May 14, 2010 at 11:57 am
So I think I got it. What I am going to do is create the same table in a different DB and have the data dropped then inserted from...
March 4, 2010 at 2:13 pm
bitbucket-25253 (3/4/2010)
When a DB is backed up ... tables are backed up in their entirety. Not just changed/added rows.
When you do a differential backup, it does a backup of...
March 4, 2010 at 1:43 pm
To be honest, I was looking to see if there was some kind of flag in the system that would identify that they row had been changed. Doesn't the system...
March 4, 2010 at 12:57 pm
bitbucket-25253 (3/4/2010)
I need to know when a CSR rep adds or changes one of these address in the last 24 hours.
How does the CSR add/change an address i.e.,...
March 4, 2010 at 12:48 pm
ray-SQL (3/4/2010)
What about the part where insert/update happens, can you change that and add an OUTPUT clause to them...
March 4, 2010 at 12:00 pm
lmu92 (3/4/2010)
When coding that way you prevent SQL server from using possibly existing indexes on OrderDate.
I was not aware of that. Thanks
March 4, 2010 at 10:45 am
For the last 13 months, I would use
where datediff(mm, OrderDate, getdate())<=13
edit: Mine will include the whole month, so for today it would have 13 months and 4 days to...
March 4, 2010 at 10:35 am
The MD, RD, ID, etc are coming from the Customer Table. They are the Class of Trade codes that we use. There isn't a table that says that...
October 9, 2009 at 7:36 am
Viewing 15 posts - 46 through 60 (of 107 total)