Viewing 15 posts - 286 through 300 (of 1,162 total)
Just to clarify, you don't seem to be looking for an FTP client, you're looking for a client that will do an http download and extract a zip file?
I'd personally...
September 12, 2012 at 2:35 am
Yikes, lots of data there - could you edit that and remove all but the top couple of hundred rows or so as it's going to be very slow to...
September 11, 2012 at 10:44 am
San health check sounds sensible.
Mind posting the results of the below query? (run against the SAP database)
SELECT
s.database_name,
m.physical_device_name,
CAST(CAST(s.backup_size / 1024.0/1024.0/1024.0 AS INT) AS VARCHAR(14)) + ' ' + 'GB' AS...
September 11, 2012 at 10:21 am
Well, there's not enough information here to give anything but generic troubleshooting advice, but I'd start by:
1) Throwing out the idea that nothing's changed, it has.
2) Check the following areas...
September 11, 2012 at 9:39 am
Looks like it will still work, but it is deprecated and you have to use a dll from a previous version:
[h1]http://technet.microsoft.com/en-us/library/ms143729.aspx[/h1]
Although the Database Engine still supports connections from existing applications...
September 11, 2012 at 3:10 am
saidapurs (9/10/2012)
PUT is...
September 11, 2012 at 1:57 am
You seem to have a command line application called "s3" that interfaces with Amazon S3. I've no idea what this is or what the syntax is supposed to be.
What application...
September 10, 2012 at 5:02 am
It depends. You save on compile time after the first run (which is relatively small for most queries), but the majority of variation in CPU/IO time is more likely to...
September 10, 2012 at 4:40 am
AlexSQLForums (9/7/2012)
leosinclair (9/7/2012)
September 7, 2012 at 7:49 am
No problem, Happy Friday
September 7, 2012 at 5:11 am
Hunnie (8/3/2012)
Hi,Is it something to do with the way I have set up the users (I have assigned them dbo as default schema and db_owner and database name schemas).
This is...
September 7, 2012 at 3:11 am
The Initial Catalog=steelgroup; should be all that's needed to set the database for the connection. The query you've referenced doesn't reference a database name at all, it references a schema...
September 7, 2012 at 3:05 am
As far as I'm aware, this isn't possible due to the ridiculous way the Excel driver types each column.
If you must work with Excel, I'd probably change those template...
September 6, 2012 at 8:17 am
Lowell (8/31/2012)
in that case, everyone who has CREATE DATABASE permissions must also have INSERT permissions on the logging table
...and permissions on sys.dm_exec_connections (VIEW SERVER STATE permission)
August 31, 2012 at 9:58 am
dbadude78 (8/31/2012)
August 31, 2012 at 9:37 am
Viewing 15 posts - 286 through 300 (of 1,162 total)