Viewing 13 posts - 31 through 43 (of 43 total)
Thanks, Steve.
1. I have tried also without the server name preceding 'Administrator' to no avail.
2. Where would I find this password policy?
April 19, 2016 at 6:29 pm
WendellB,
This was planned to be a daily export/import task. But looks like I'm off the hook for now since they're revamping and migrating their data to SQL Server 🙂
April 14, 2016 at 12:02 pm
One more question, Luis Cazares. When I import, why doesn't the INT (in the first column of my data file) read in as is? When I run the import command,...
April 14, 2016 at 9:30 am
Seems to be answered HERE[/url].
I'll be researching more on the format file to understand this better.
April 14, 2016 at 7:57 am
At the moment, I have no clue of how many columns. I will need possibly only two columns, (e.g., name, course, grade). As for rows, it may be a lot...
April 13, 2016 at 12:00 pm
I think they're suggesting I take the simpler approach of writing the export in VB Script, which I found something like:
Dim connStr, objConn, getNames
connStr = "Provider=Microsoft.ACE.OLEDB.12.0; Data Source=C:\Users\TestUser\Documents\TestDB.accdb"
Set objConn =...
April 13, 2016 at 11:17 am
Actually, yet another snag 🙁
I will not be allowed to install MSSQL on the machine. I will only be allowed to export from the MS Access DB, and I'll import...
April 13, 2016 at 10:52 am
Thanks John Rowan, do you have any leads on where to begin reading more on this? I found this so far. What do you think?
April 13, 2016 at 10:39 am
Thanks, WendellB. Unfortunately, I'm not familiar with the entire setup, so I may not be able to do as you suggested with storing in MSSQL and create a link from...
April 13, 2016 at 10:33 am
Thanks, John! And I understand your point, but I had to output table stats to pipe delimited files. Thanks again, I wish I could give +1 for this one.
April 7, 2016 at 8:22 am
I know this is an old post, but how does this work? I have tried the following:
EXECUTE sp_MSforeachtable
'EXECUTE master.dbo.xp_cmdshell ''osql -E -S "MYSQLSERVER" -d "MyDB" -q "sp_help ''?''" ' '...
April 7, 2016 at 7:53 am
Viewing 13 posts - 31 through 43 (of 43 total)