Viewing 15 posts - 1 through 15 (of 47 total)
Hi Ron,
Thanks for your reply and links. I should be able to use something like this and appreciate your help.
Regards
February 7, 2011 at 8:30 pm
Hi Ron,
Thanks for the information on hierarchyid. It looks like something I could use. However I have come across a little bit of a problem. I am using Microsoft Access...
February 2, 2011 at 10:20 pm
Hi,
Thanks for your reply and suggestions. To answer your questions, yes the database will be normalised.
The CreatedBy will be labelled CreatedByID and will refer to the ID in the...
February 2, 2011 at 5:49 pm
Hi,
I believe I have solved this one. It involves a fair bit of manual coding for the entire view, but below is the solution for one line:
CASE WHEN EXISTS(SELECT *...
May 3, 2010 at 10:24 pm
Hi ColdCoffee,
Thanks for your post. I understand your frustration. The code you put in your post with the table structures is suitable for this question (as it contains the missing...
April 29, 2010 at 1:08 am
Hi ColdCoffee,
Thanks for the code, but unfortunately it is not exactly what I was looking for. I don't actually want to replace all NULL dates directly with N/A.
You will...
April 28, 2010 at 11:51 pm
Hi ColdCoffee,
Works great thanks, except for putting the N/A in if the deliverable doesn't exist for that project such as below:
ProjectNameMeetingHeldForecastDateMeetingHeldCompleteDate
Project12010-04-28 13:18:08.3802010-04-29 13:18:08.380
Project2N/AN/A
Project32010-04-28 13:18:08.380NULL
Project4NULLNULL
You will notice that there are still...
April 28, 2010 at 5:47 pm
Hi ColdCoffee
Thanks for all your efforts. I'll have to get used to posting stuff like this and will pay more attention next time. Apologies for the hassle.
Your answer did get...
April 28, 2010 at 12:55 am
Hi John,
Thanks for the outline of the definition of the Synonym for grovelli. I have also found it informative and helpful.
Do you have any input on my security structure/issues in...
January 21, 2010 at 11:26 pm
Hi,
I think I may have found what the issue is, but am not sure of the solution.
If I go into the properties of a self created role, then click on...
January 20, 2010 at 4:01 pm
Hi,
These are roles that I have created in the database, so they are not the pre-existing ones (The link you sent seems to relate to the pre-existing ones).
Also, I have...
January 20, 2010 at 3:36 pm
Hi,
It is actually a table, but it mentions the stored procedure comment when I try to open it. I have decided to reverse the SYNONYM.
CREATE SYNONYM MySchema.SchemaTest
FOR dbo.SchemaTest
instead...
January 20, 2010 at 2:55 pm
Hi,
Thanks for the reply. I have tested this by changing a table to another schema and then creating the SYNONYM.
When I open the ADP file, it recognises the table but...
January 19, 2010 at 3:59 pm
Sorry, it's actually ALTER SCHEMA that I was using.
http://msdn.microsoft.com/en-us/library/ms173423.aspx
Does anyone have any input on my second post above?
January 19, 2010 at 2:28 pm
Hi,
With no responses I am gathering that there is no way around the issue.
If so, is there anyone with experience structuring security on SQL Server Express 2005, with use on...
January 18, 2010 at 4:06 pm
Viewing 15 posts - 1 through 15 (of 47 total)