Viewing 15 posts - 271 through 285 (of 600 total)
to match up with an excel spreadsheet showing us the data translations.
Long story but we are using a query to populate a table then doing a data dump from the...
November 22, 2011 at 1:49 pm
using this query gives me the correct listing of all the date fields in my DB.
select tbl.name as 'Table', c.name
as 'Column Name', t.name as 'Type'
from sys.columns as c...
September 15, 2011 at 1:47 pm
I saw those also..
they don't give me the correct results...maybe it's because we transferred old data into the system.
(I think) I need a way to find all date fields in...
September 15, 2011 at 1:19 pm
I think you mean Db requests..
not sure if I understand your question,, but you could switch ip addresses, that will re-direct traffic to a different server..
September 13, 2011 at 8:18 am
...you could always capture a trace..
September 8, 2011 at 2:25 pm
August 30, 2011 at 3:23 pm
query(s) that use temp tables?
August 25, 2011 at 1:18 pm
I spoke too soon..
when I run
USE MSPHXX
ALTER USER SVCREMOTE WITH LOGIN = [OURDOMAIN\dbowneruser]
I get
Cannot alter the user 'SVCREMOTE', because it does not exist or you do not have...
August 24, 2011 at 7:24 am
Viewing 15 posts - 271 through 285 (of 600 total)