Viewing 15 posts - 61 through 75 (of 108 total)
Have you checked whether the user is aliased to dbo on any databases? run sp_helpuser against each database - it will display a list of aliases and, in a...
August 7, 2008 at 7:35 pm
2km (5mins) commute each way - if there are traffic problems then add another 5mins max. Traffic-related stress relieved by a walk along the beach after work :w00t:
August 3, 2008 at 6:00 pm
Right-click on SQL Server Agent and go to Properties
Click on "Alert System" and make sure that the checkbox for "Enable Mail Profile" is checked - then select a suitable DB...
July 16, 2008 at 9:05 pm
I've found Access Projects have exhibited unexpected behaviour before - including data access pages (DAPs) that become corrupt for no apparent reason, and then have to be recreated. The strangest...
July 16, 2008 at 8:26 pm
I wouldn't implement a trigger just for this purpose though, especially if all it takes is a simple query to identify the new rows.
Agreed, triggers are a bit of a...
July 7, 2008 at 4:37 pm
how about creating a trigger on 'myTable' for inserts, and creating a separate 'audit' table
When a new row is inserted into 'myTable', insert a row into the audit table with...
July 7, 2008 at 4:17 pm
SELECT TOP 100 PERCENT FROM viewname
July 1, 2008 at 8:31 pm
bear in mind that if you backup accross the network, there is a risk that the backup could be corrupted if there is a network glitch - so it may...
July 1, 2008 at 3:44 pm
have you checked the properties of the data source once its been deployed to the report server? For comparison, on the report server, I have the following set up for...
July 1, 2008 at 3:03 pm
when you deploy your report do you also deploy the datasource?
In Visual Studio, if you right click on the project and select 'properties', then click on 'configuration properties | general'...
June 30, 2008 at 3:23 pm
try this
Open the report inside Visual Studio
On the Data tab click on the three dots next to the "Dataset" dropdown list. This will open the Dataset dialog box.
Click the...
June 29, 2008 at 9:36 pm
...or if that doesn't work...
NO CONVERSATIONWAITFOR END OF DAY AND THEN
TRY UNION INSTEAD
:w00t:
June 26, 2008 at 10:59 pm
SQL pick up line...:w00t:
GETDATE FOR USERIF LANGUAGE IS NOT FOREIGN
TRY CONVERSATION
June 26, 2008 at 10:41 pm
Database Analyst is a useful job title as well...just my 2c 🙂
June 25, 2008 at 7:31 pm
Viewing 15 posts - 61 through 75 (of 108 total)