In order to create databases you need dbcreator role. The following article expalins the various roles and what permissions they give. While sysadmin would give you GOD power over the server and sounds like that isn’t something the client is comfortable with, there is no standard role that will give you the specific things you [...]
Thank you for visiting ITKE. We are happy to help you with solving specific IT questions, but need as much information as possible to do so. Let us know about the problem you are trying to solve, how you are approaching it and what work you’ve done so far, and we can help guide you [...]
This should help: http://ask.metafilter.com/105489/How-to-export-Outlook-email-to-a-spreadsheet-including-DateTime-fields http://www.techrepublic.com/blog/msoffice/quickly-export-outlook-e-mail-items-to-excel/744 Good Luck.
I am not sure I understand exactly but here is what I think you are trying to do. You want to read in two files one with a list of computer names and the other with just the alphabet. You want to read in the comp name from file 1, do some work and then append file [...]
Graduation in Chemistry, Post Graduation in HR and now you want to do DBA or DW. Your profile would not be able to fetch you interview calls – as it will not convince the recruiter (yourself being one for last 3 years, would you shortlist for a DBA position or DWH developer position a person [...]
Have you thought about unlocking it?
you click on external data, then click on ‘text file’, browse for the file you want, then choose the first option which says ‘import the data into a new table in curretn database’. you then double click on the table which has the data added to it on the left hand side!! hope this helps!!x
Thank you for visiting ITKE. We are happy to help you with solving specific IT questions, but need as much information as possible to do so. Let us know about the problem you are trying to solve, how you are approaching it and what work you’ve done so far, and we can help guide you [...]
This is going to depend on what you’re looking to accomplish. Is it for a specific business initiative? For your personal career? The CWNP certifications are held in high regard, so check those out.
Below is the sample code for what you are asking,hope it will help: Declare name varchar(10); begin name:=’Juzer’; Update File Set Fname = Substr(name,1,3) Where empno=99; end; /
Change the subsystem description to allow more jobs to run: CHGSBSD SBSD(MySbs) MAXJOBS(n+2) where n = current MAXJOBS. This should not cause a problem with regular batch jobs — it will not suddenly start running multiple batch jobs at once. Let’s say your subsystem MySbs has 1 jobq MyJobQ assigned to it, and MyJobQ has [...]
‘Use this codeOn Error Resume NextDo While Not Form6.Adodc1.Recordset.EOF = TrueCombo1.AddItem Form6.Adodc1.Recordset.Fields(“REF_ID”)Adodc1.Recordset.MoveNextLoop‘End If
Thank you for visiting ITKE. We are happy to help you with solving specific IT questions, but need as much information as possible to do so. Let us know about the problem you are trying to solve, how you are approaching it and what work you’ve done so far, and we can help guide you [...]
I have a similar function with similar restrictions (for those same reasons). Minimal benefit to being the pioneer who first implements a better process (I like learning new/better methods but tough to do when we’re SO busy). I set up a PF to contain the results (html plus other fields used by the email creation [...]
Remove formatting from extra cells. Formatting equals “I want this printed,” somehow in Excel. Select the right-hand columns you don’t want to print, right-click, and select Delete. This doesn’t work when you simply hit the delete key. Repeat for rows at the bottom of the page. If you format cells for the entire workbook, you [...]
“As 2008 winds to a close,” implies this is either wrong or a copy-and-paste job. If you are still having trouble getting rid of the $50 Amazon gift card, make it a gift to your local homeless shelter.
What column are you wanting to group by? I’ll just call it groupColumn for now, ok? So taking that into account, here is what I’d do: SELECT groupColumn, max(VersionNumber) FROM tableName GROUP BY groupColumn; Hope that help! Ron <a href=”http://mysqlexchange.com”>
Thanks (this is old and not really a question).
Try this: ————– update FileA set telefon = (select telefon from FileB where FileA.empid = FileB.empid) where empid in(<here is comma-list of ids of your 3-4 employee>) —————-
Use c+ GET DIAGNOSTICS :delrowcnt = ROW_COUNT after delete statement that should give number of deleted records





