Viewing 15 posts - 46 through 60 (of 130 total)
Robert,
The source is an OLD DB connection that is running the below sql statement
select [Entry No_]
, ID
, [User ID]
, [Start Date_Time]
, [End Date_Time]
, Status
, ';' AS Delimeter
...
November 26, 2012 at 12:23 pm
I have as that was the default. I changed a few different options but they did not take effect.
what other way can you create a carriage return?
November 26, 2012 at 10:24 am
Phil,
I have the format set at fixed width and the row delimeter is {cr}. I also attached a print screen.
thanks for taking a look.
November 26, 2012 at 10:08 am
OPC,
It does work with a non-sysadmin user if they are in the table. I also only tested this at the sql level so I still need to see what...
November 26, 2012 at 9:53 am
OPC,
How could I expand on this so that if a login is not in the login table then the login is allowed. Right now if a login is not...
November 23, 2012 at 2:48 pm
Thanks Jeremy. I will give this a try and see if I am successful.
November 9, 2012 at 11:56 am
Something that looks like the below result set. Where we have an aggregate average on the day of the week
DayOfWeek Sunday Monday ...
November 9, 2012 at 10:33 am
kwoznica (11/9/2012)
Thanks. The results came back and provided a count. I see what I was missing as well.
Now I want to get the Average of the count.
When...
November 9, 2012 at 8:57 am
Greg,
Thanks. The results came back and provided a count. I see what I was missing as well.
Now I want to get the Average of the count.
When I...
November 9, 2012 at 8:22 am
Hello everyone. I was sidetracked with another project but have finally returned to this problem. After a few considerations I believe my dilemma can be solved with the PIVOT operator....
November 9, 2012 at 6:52 am
ChrisM@home (10/16/2012)
Does this help?
Definately does. I was confused by the additional d and f in the inner and outer queries and thought they were needed for some reason in the...
October 16, 2012 at 7:07 am
Greg Snidow (10/15/2012)
kwoznica (10/13/2012)
is there another option for taking a date and looking up the specific week dayThis will do it...
DECLARE @date DATE
SELECT @date = GETDATE()
SELECT DATENAME(dw,@date)
Thanks for mentioning that...
October 16, 2012 at 7:01 am
ChrisM@home (10/15/2012)[hr
Sure! Let's start with a function which has been tweaked a little more (less late at night);
I think you've probably figured out the rest.
Thanks Chris. That was very helpful....
October 16, 2012 at 6:32 am
Forget it. I found it. sp_spaceused 'tablename'
Mods you may delete this post if you wish.
October 15, 2012 at 12:30 pm
I'm honored I was able to spur a healthy debate between such knowledgeable sql verterns. Based on everything I just read the best of both suggestions can be achieved. If...
October 15, 2012 at 12:23 pm
Viewing 15 posts - 46 through 60 (of 130 total)