Viewing 15 posts - 1 through 15 (of 28 total)
I understand what you all are saying about the way dates are displayed.
Re: v2008 not having a date attribute. Mine does, unless you're distinguishing between v2008 and v2008 R2. I...
December 1, 2021 at 9:37 pm
Yes, this is better. Thank you all.
March 25, 2021 at 8:18 pm
Thank you all for input. This one got me what I needed. I apologize for not being clear. I was expecting a zero count if there were no rows. And...
March 25, 2021 at 5:25 pm
Declaring db owner dbo. - no joy. Yes, the table is empty. That's why I want to get result of 0 zero.
March 25, 2021 at 4:52 pm
Re: CROSS APPLY ... a totally new one to me. Thanks!
I had to change ORDER BY BatchDateConv to: ORDER BY BatchDatte
Error: ORDER BY items must appear in the select list...
March 22, 2021 at 6:19 pm
This worked for me, sort of. UAO.InvNo had a few records that were duped which stopped the query. When I deleted the dupes the query ran as expected. Thanks!
INSERT INTO...
December 15, 2015 at 1:45 pm
Transferring on time would not be a good solution. I thought of that one. Problem is when a record is inserted I may need it in the local table within...
December 27, 2012 at 1:41 pm
Username/password are fake.
Apostrophe for commenting out line understood.
re: error logs. The admin replied they don't show error logs to shared clients.
March 13, 2012 at 2:37 pm
<%
'REMOTE CONNECT STRING
Set MM_SQL31_STRING = Server.CreateObject("ADODB.Connection")
MM_SQL31_STRING.Provider = "SQLOLEDB"
MM_SQL31_STRING.Properties("Data Source").Value = "SQLB31.webcenter.com"
MM_SQL31_STRING.Properties("Network Library").Value = "dbmssocn"
MM_SQL31_STRING.Properties("Initial Catalog").Value = "ukk"
MM_SQL31_STRING.Properties("User ID").Value = "ukk_admin"
MM_SQL31_STRING.Properties("Password").Value = "ukk2000"
MM_SQL31_STRING.open
%>
Set connOrders = Server.CreateObject("ADODB.Connection")
connOrders.Open(MM_SQL31_STRING) '<-- LINE 111
I found...
March 13, 2012 at 1:53 pm
Do you need to use oledb?
Yes
Have you verified the server name is correct?
Yes. This same string is use on multiple sites, including the present site. I can read on all...
March 13, 2012 at 7:31 am
I need SSIS to automate data transfer and data grooming between our local database and 2 remote databases. Without SSIS I would have to actually work at my job. 😀
January 19, 2012 at 9:59 am
taking decision to use the SQL version is totally depend on your enterprise requirement
Not true. I have minimal needs, one of which includes SSIS. That said, what is the least...
January 18, 2012 at 7:39 am
Viewing 15 posts - 1 through 15 (of 28 total)