Viewing 15 posts - 1 through 15 (of 28 total)
mamtap (2/15/2008)
September 27, 2012 at 10:50 am
As far as a NON-sysAdmin who has CREATE, ALTER, DROP, etc., take a look at the DDL_Admin database role in BOL.
August 31, 2004 at 9:26 am
Hey guys. Not to jump to conclusions here, but it seems to me that we are trying to address presentation issues at the data layer. In most cases,...
August 27, 2004 at 8:48 am
You stated that “the line items may not be stored right after one another”. Is there at least some sore of key value that relates the 2 lines? ...
August 27, 2004 at 8:34 am
How are the results being displayed to the user? Webform, VB App, Crystal Report, etc?
August 26, 2004 at 8:04 am
You are correct; you cannot deny access at the database level. As per Mike's previous suggestion, what we need to do is GRANT access at...
August 24, 2004 at 7:33 am
What are the datatypes of your starttime, releasetime, & endtime columns in your intermediate target table?
August 23, 2004 at 11:26 am
Sorry that I don’t have time to fully research this right now, but there has to be an easier way of doing this (through querying a combo of system tables...
August 23, 2004 at 9:35 am
Is the VB app conducting its work through Stored Procs or are you allowing for ad-hoc SQL to be run against the database?
August 23, 2004 at 9:07 am
Using either a WHILE LOOP or CURSOR...
build your list of unique EmployeeIDs.
Looping/Cursoring through your list of EmployeeIDs, Updating value of @EmployeeID and @MyExcelFileName
bcp " SELECT
Sales.Quarter02.[ProjectName ],
Sales.Quarter02.[ReportNo ],
Sales.Quarter02.[Valuation ],...
August 20, 2004 at 8:40 am
How is the DTS data pull being executed? Is it a SQL job that is scheduled? Is someone running it from EM DTS Designer, DTS...
August 20, 2004 at 8:17 am
also, you may want to create a "Months" TABLE containing MonthId, MonthName and join to it. You could replace your mutli-CASE statement w/ a simple SELECT MonthName.
August 19, 2004 at 8:08 am
make sure that if you are going to use smalldatetime that all of your dates are between "January 1, 1900, through June 6, 2079"
August 19, 2004 at 8:02 am
August 19, 2004 at 7:57 am
How often is the third party Data Cube getting refreshed?
August 19, 2004 at 7:44 am
Viewing 15 posts - 1 through 15 (of 28 total)