Viewing 15 posts - 121 through 135 (of 136 total)
Hi Everybody, i saw a video from asp.net site that solved my problem concerning this issue. the video number is 07, sql security and network connection.
This is the link to...
April 19, 2010 at 6:33 pm
Thanks vijay, but i'm using windows forms, with asp.net its quite easy, i go through localhost or the webserver, but i don't know how to do so for windows forms.
April 19, 2010 at 6:42 am
Hi Henrico,
been there already, i tried some of the options locally, but they did not work, for example when i try:
<add name="MMSConn" connectionString="Data Source=PROGRAMMER\FREDSQLSERVER,1433;Initial Catalog=MediaMonitoring; Integrated Security=True" providerName="System.Data.SqlClient"/>
it doesn't connect.
i...
April 19, 2010 at 5:49 am
Hi thanks Stewart, some nice tsql there, you guys are gurus.
April 17, 2010 at 7:36 am
Thanks wayne, i'll stick to your advice. Thanks so much for your help.
Timotech
April 14, 2010 at 10:11 am
Hi Luzi, why do i still need to do a constraint, since i have what i need?
April 14, 2010 at 8:58 am
Hi Luzi, Thanks so much for your help, it has finally worked, i had to go through the records one at a time, then later discovered that some time entries...
April 14, 2010 at 7:43 am
Hi Luzi, thanks for your replies, i tried what u said, but i think the problem is comming from the table, because i checked the field for invalid data and...
April 14, 2010 at 6:56 am
thanks so much everybody, u've been so helpful, the little problem now is that, after i ran this command successfully:
ALTER TABLE tbl_TVRates ADD CONSTRAINT
DF_tbl_TVRates_1_Lower_Time DEFAULT N'19000101 00:00:00' FOR Lower_Time
then i...
April 14, 2010 at 5:59 am
ALTER TABLE myPoorlyDesignedTable ADD CONSTRAINT
DF_Table_1_Upper DEFAULT N'19000101 00:00:00' FOR Upper
Hi Luci, i don't understand the DF_Table_1_Upper,
should i do this:
ALTER TABLE tbl_TVRates ADD CONSTRAINT
DF_tbl_TVRates_1_Upper_Time DEFAULT N'19000101 00:00:00' FOR Upper_Time
because my table...
April 14, 2010 at 5:40 am
Hi Wayne, thanks for your post it was very helpful, but the second update did not run. i did this:
UPDATE tbl_TVRates
SET Upper_Time = '19000101 ' + Upper_Time
...
April 14, 2010 at 5:34 am
Hi thanks for your replies. unfortunately the fields has a lot of Null values. there are about 4000 records, how do i fill the nulls and probably convert the fields...
April 14, 2010 at 5:04 am
Hi Stewart, thanks for your contributions, i just tried it, it seems to give the same problem. i don't know what else to do.
April 14, 2010 at 4:14 am
Thanks,
I tried using '1900-01-01 04:01:00' but it still said cannot convert to datetime.
The problem is that the Lower_time field and Upper_time fields are of type nvarchar(8) containing values such as...
April 14, 2010 at 3:41 am
Thanks for your reply, i'm using sql server 2005
Timotech
April 14, 2010 at 3:36 am
Viewing 15 posts - 121 through 135 (of 136 total)