Viewing 15 posts - 91 through 105 (of 129 total)
1. Simple but not verra elegant
2. Create linked server views using Openquery and join on the results. Much less BARFY
3. Suppose it would work.
July 27, 2004 at 11:05 pm
As per BOL:
SQL Server automatically updates this statistical information periodically as the data in the tables changes. The sampling is random across data pages, and taken from the table or...
July 21, 2004 at 7:47 pm
And then there was the time some contractors installed an Aeronet (radio lan comms) on the roof and picked the same ip as one of our SQL servers. Took a...
July 14, 2004 at 3:56 pm
Or, you could create an Access adp (Project) and have some incarnation of the Transfer command to shift the data to the project - which would then update SQL Server.
An...
July 13, 2004 at 8:43 pm
Yeah that should be right.
OR you could try praying (I'm guessing you'd be good at that).
July 13, 2004 at 7:52 pm
BOL says:
Severity levels from 19 through 25 send a Microsoft® SQL Server™ message to the Microsoft Windows® application log and trigger an alert. Events with severity levels less than 19...
July 13, 2004 at 6:28 pm
Just that you should be more precise...
'I have 1 NT server running SQL 7 and 1 Win2K server running SQL 7' - seems fairly clear...
'Both have very poor communication with...
July 13, 2004 at 5:33 pm
I just got this error and saw Technet references to a setting under Windows 2003 server which disables Network access to the DTC.
In my case though, I am trying to...
July 12, 2004 at 9:01 pm
Right Click on Workflow, go to "Workflow Properties" / "Options" tick DSO Rowset Provider.
Don't choose "Properties" as that won't give you what you want.
DB
July 8, 2004 at 11:06 pm
Not a solution but you can test for parallelism by querying as:
Select * from reasonablylargetable option (maxdop X)
where X is the number of processors you would like used. If...
July 8, 2004 at 9:15 pm
I think you'll find that Openquery passes the command to an OLE DB Provider which is then processed at the target server - so if you place a where clause...
July 8, 2004 at 8:55 pm
Terminal Services is unlikely to provide the level of access you need to the files and registry (i.e. probably WONT WORK)
Your only hope here is to start the install from...
July 8, 2004 at 8:02 pm
No solution but very interesting reading on: http://www.sommarskog.se/error-handling-II.html. The Background article is very good too. Hope the site works for you as I just got a page not found...
July 8, 2004 at 3:51 pm
That's a bugger. It's likely I will want to do the same someday soon - I'll have a go at it and get back to you.
DB
July 6, 2004 at 3:30 pm
But testing for a result by interrogating table information might help yes ? What I'm thinking here is that you check the linked server has been defined, then try to...
July 6, 2004 at 3:06 pm
Viewing 15 posts - 91 through 105 (of 129 total)