Viewing 15 posts - 676 through 690 (of 1,124 total)
You have to install "Management Components"....
In component selection, you have to select the component "Workstation Components, Books Online, and Development Tools" and from the advance option selection, you have to...
January 14, 2009 at 6:39 am
Just a little modification in the query....
Note:
This code assumes that there exists values "Funder" & "Industry" in the column. Otherwise, you have to manually handle those exceptions by filtering...
January 14, 2009 at 6:11 am
I think you have to remove the additional condition in WHERE clause....
CREATE TRIGGER Insert_ApprovedDate
ON Request FOR INSERT
AS
Update r
Set dateApproved = getdate()
From Request...
January 14, 2009 at 5:54 am
david (1/14/2009)
What is the closest I can get? And what will the user not be able to with these permissions?Tx btw 😉
Its not about how close you can get, its...
January 14, 2009 at 5:39 am
Other way around is to split delimited values to rows and then take distinct of those values.
Jeff had written a nice article about using tally table to split delimited string...
January 14, 2009 at 5:21 am
I am glad I could help you...:)
January 14, 2009 at 5:13 am
There are many ways to transfer a database from one server to another...
1. Backup/Restore Method (recommended)
2. Transfer Database Task in SSIS
3. Copy Database Wizard
4. Using SMO Objects
I personally don't...
January 14, 2009 at 4:55 am
I think there must be something wrong with the data. I could have helped you a bit more if you provide some more information about the table structure and...
January 14, 2009 at 4:46 am
Have you checked by setting the "Label" property in "Chart Properties > Data > Category Groups > Group B > Edit .. > General > Label:" ?
January 14, 2009 at 4:41 am
Well, I don't think so one can enforce the said rules/permissions in a simple manner. If you want to strictly enforce those then I guess the only option left...
January 14, 2009 at 4:14 am
Jeff Moden (1/14/2009)
Ramesh (1/14/2009)
Jeff Moden (1/14/2009)
January 14, 2009 at 3:55 am
Jeff Moden (1/14/2009)
January 14, 2009 at 3:24 am
There are many articles on this forum about concatenating strings.
Here is an excellent article by Jeff Moden on it
http://www.sqlservercentral.com/articles/Test+Data/61572/%5B/url%5D
January 13, 2009 at 7:50 am
You have not provided enough information to help you. If you want a better and a quick solution, help us by providing table structures in form of DDL, sample...
January 13, 2009 at 7:45 am
Philip Horan (1/13/2009)
When in fact the last 5 orders appear in the middle?WO014563
WO014377
WO014378
WO014440
WO014268
How could you tell that these are the last 5 orders?
Will it be possible to return the last...
January 13, 2009 at 7:39 am
Viewing 15 posts - 676 through 690 (of 1,124 total)