Viewing 15 posts - 91 through 105 (of 122 total)
For more info and a quick summary:
November 11, 2008 at 7:54 am
Local system is an account that only allows access to that machine in order to get off the machine when you are in a domain you should use a domain...
November 11, 2008 at 7:27 am
Click on 'SQL Server 2005 Service' and wait a few seconds all of the SQL services on that machine will appear. You do have to be local when you run...
November 10, 2008 at 1:32 pm
Go to the SQL Server Configuration Manger look at the user that is listed next to SQL Server Agent in the "Logged In As" column. This need to be a...
November 10, 2008 at 1:23 pm
When the package is run using SQL Server Agent it takes on the login of the Agent. Check the configuration manager for agent to see what is being used. This...
November 10, 2008 at 12:23 pm
If you can assume that a null is zero!!
COALESCE ([field name], 0) + COALESCE ([field name 2], 0)
is clean with the large assumption above.
October 30, 2008 at 2:29 pm
My normal flow is:
Backup
CheckDB
Rebuild/Reorg Indexes
Update Stats - I know this is somewhat redundant with auto stats on but I still do it
Clean Up backup history
The sizes you are listing...
October 15, 2008 at 2:02 pm
I would definitely backup prior to any other operation.
Since you are running in simple mode the log file will not stay smaller than it is and will waste a...
October 15, 2008 at 1:33 pm
MS provides a control flow object "Transfer SQL Server Objects Task" to accomplish exactly what you are trying to do I do recommend in general in these situations that you...
October 15, 2008 at 1:16 pm
You're welcome it good to pass it on.
Alan
September 22, 2008 at 3:58 pm
If depends on how you want to slice it. In you OLEDB data source you can specify a TSQL statement and if you can put that slice into TSQL this...
September 22, 2008 at 3:15 pm
Great question! I have seen many co-workers create queries like this that work really well when all of the data can be copied onto memory on their test but when...
September 4, 2008 at 9:03 am
Is the name [Machine Name]/[Instance Name] ? If it is I don't believe it will respond and local.
September 2, 2008 at 3:51 pm
This is why we recommend cold backups. We also recommend a scheduler to start/stop our default instance. But I suppose I can look into an OSQL (via an EXE since...
September 2, 2008 at 2:46 pm
One issue I have run into is the restoration of the encryption key if it is lost from the server. If you have a copy of the master it is...
September 2, 2008 at 2:17 pm
Viewing 15 posts - 91 through 105 (of 122 total)