Viewing 15 posts - 871 through 885 (of 1,640 total)
The SQL server is behind the firewall.
The developer said the web server is outside of the firewall. ( I doubt this is right or not)
Should the web server be outside...
August 7, 2012 at 9:52 am
roryp 96873 (7/30/2012)
July 30, 2012 at 11:05 am
And I got the same result.
But for the isNumberic option, what I am wondering is the column data type is varchar, how come the result of isNumeric turns true for...
July 30, 2012 at 10:51 am
Thanks, it is very helpful. What if I want to include Null?
Also is this doing the same thing?
select * from table where ISNUMERIC(MODEL)=1 OR Model IS null
Thanks
July 30, 2012 at 10:47 am
And then you have those of us on the other end of the spectrum. I prefer to have individual backup processes. Gives me better control of when the...
July 20, 2012 at 11:14 am
Thanks, I know how to check collation from SSMS and code.
I cannot connect to this server somehow from other SSMS client.
And on the server itself no SSMS installed, there is...
July 19, 2012 at 10:52 am
I think the update failed is because someone logged in SSMS on the server, but I tried to kill the process, it seems it cannot be killed.
so I went ahead...
July 17, 2012 at 6:26 pm
Thanks, this is very helpful information, I will find a time to read and study more into it.
July 16, 2012 at 12:22 pm
This is clear to me now, thanks for the good explanation.
July 16, 2012 at 12:14 pm
GilaMonster (7/16/2012)
sqlfriends (7/16/2012)
Thanks, what does this mean-in the context of the backup you restored?
Exactly that, in the context of the database restored from that backup.
Think about it.
You took backup 1,...
July 16, 2012 at 12:14 pm
sqlfriends (7/16/2012)
GilaMonster (7/16/2012)
July 16, 2012 at 11:07 am
GilaMonster (7/16/2012)
July 16, 2012 at 11:05 am
Yesterday because of time limititation, to make sure I made a full backup again instead of differential.
Today I have time to test my question posted above, I created a...
July 16, 2012 at 10:54 am
Viewing 15 posts - 871 through 885 (of 1,640 total)