Viewing 15 posts - 541 through 555 (of 2,897 total)
If you took the backups using native SQL, and they are stored in the same location as the time of backup, then I think you can use the GUI to...
February 5, 2014 at 4:09 pm
Can you buy additional TS licenses ?
February 1, 2014 at 4:13 pm
ChrisM@home (1/30/2014)
homebrew01 (1/30/2014)
February 1, 2014 at 5:23 am
We haven't written any code like that in a while. It is easy to search for '*=' and find the left joins. Not so easy to find the inner...
January 30, 2014 at 11:50 am
You can also look to see if processes are getting blocked.
January 28, 2014 at 7:24 pm
I run a job every hour that queries the system tables looking for job step failures. If it finds some within "x" time frame, it sends me an email.
Pro: It...
January 28, 2014 at 12:38 pm
How about a .BAT file invoked from SQL ?
Or perhaps FORFILES function ? I use it to delete files older than X days. I don't know what...
January 26, 2014 at 9:17 am
Jeff, the code above is really just a snippet example using the OUTPUT to a temp table.
In the real code, the import table also has a RecNum identity column. During...
January 25, 2014 at 9:06 am
Are you trying to load the data into a SQL table that already exists, with slightly different column definitions ?
I usually let the import wizard build a table based on...
January 18, 2014 at 9:14 am
I don't understand your server environments. Are your servers in different locations on different domains ? Can you use IP address (111.222.333.444) instead of server name ?
January 16, 2014 at 10:28 am
I lloked up cleantable and it says it is for reclaiming space after dropping a 'max' column, so I don't think that would help me. No jobs set to "append"....
January 15, 2014 at 2:44 pm
matt.newman (6/23/2011)
I have found a few more resources. Since the issue is recurring and...
January 15, 2014 at 1:20 pm
Viewing 15 posts - 541 through 555 (of 2,897 total)