I have a flash movie that plays on a web site and I need to prevent the audio from playing for everyone who visits the site. Is there a way through the html parameters to shut off the audio? I believe the flash object embedded in the html codes is: swflash.cab#version=8,0,0,0.
Thanks - Dave
How can I find all the unmatched records in the same table? I need to find all the parts that aren’t setup in a second warehouse. The table contains a record for each warehouse and part combination. The unique key to the table is WH_ID and PART_ID.
Example:
Table Name: WH_PART
WH_ID &...
I think I solved the problem on my own.
Disable the loopback check:
see http://support.microsoft.com/?id=896861
After I disabled the loopback on the server, I'm able to access the Intranet from a browser and my console app runs successfully.
I’m trying to run a VB.NET console application on a Windows 2003 server running IIS 6.0 and I can’t seem to get the authorization correct for it to run.
When I execute the console app from the server I get the following error:
The remote server returned an error: (401) Unauthorized.
What is...
No - user3's e-mail address doesn't appear in anyone's Exchange E-mail addresses list. I tried adding user3's email address to a user profile and it let me. Since Exchange won't let you add a duplicate e-mail address that already exists in someones address list, it would seem that the e-mail...
The email came from an external source.
Message History (from Exchange):
7/15/2009 9:38 AM SMTP: Message Submitted to Advanced Queuing
7/15/2009 9:38 AM SMTP: Started Message Submission to Advanced Queue
7/15/2009 9:38 AM SMTP: Message Submitted to Categorizer
7/15/2009 9:38 AM SMTP...
Is there any way to search for the email address user3@companyname.com on the Exchange side or do a deeper trace on an e-mail the came into Exchange to determine how it was routed to user1@companyname.com and user2@companyname.com?
Two users received the same email that wasn't addressed to them directly. It was addressed to user3@companyname.com who is no longer with the company and their user account has been deleted (as far as know.)
I reviewed the message header and it was addressed to user3@companyname.com. No where...
I got it working with one potential problem. I determined my problem was all the page interval times were a multiple of the Page1 interval time. I've now staggered the interval times.
The potential problem would be if my setInterval times are a multiple of one another causing them to fire at...
I have a dashboard application using AJAX to build and display 5 or 6 tables of information. Each dashboard item can be refreshed independently of the other items, via a refresh button, without refreshing the entire page. How can I make these items refresh automatically at different intervals...
Here are the rows counts for some of the tables:
syscolumns - 356 rows
syscomments - 127
sysdepends - 309
sysindexes - 31
sysobjects - 54
syspermissions - 49
systypes - 26
sysusers - 12
All other tables have 0 or l row.
There are no user tables.
Model DB has been around for 5 years with the...
Would the database Maintenance Plan that is set to run for "All system databases" cause the transaction log to grow? I thought I read somewhere this might cause this to happen. Also, on the Transaction Log Backup tab the "back up the transaction log ..." is not checked.
As far is I can tell the Model DB hasn't been modified.
What is the best way to shrink the transaction log after I back it up? through the GUI or by a command?
I filtered the trace by DatabaseID (3). here is what I'm seeing so far:
Event Class: SQL:BatchCompleted
TextData:
use [model]
select (sum(size) * (8192/1024)) / 1024 from dbo.sysfiles WHERE (status & 0x40) <> 0
DBCC SQLPERF(LOGSPACE)
select ceiling((sum(size) * (8192.0/1024.0)) / 1024.0) from...
I've not used the Profiler too much. What events would I want to trace and what filtering options would I want to set? I tried to set filter for model but that didn't seem to work.
Thanks.
I’ve never really paid any attention to the properties on the model.mdf database but I just noticed the modellog.ldf file is greater than 26GB (because the recovery model is set to Full and the transaction log isn't being backup). I'm running SQL 2000 with SP3a.
1. If the model.mdf database is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.