Viewing 15 posts - 8,236 through 8,250 (of 18,923 total)
You could use either
where ICCID_No = 'SIM#18 digit'
which assumes an exact match or you could use this
where ICCID_No LIKE 'SIM#18 digit%'
that version assume that there are multiple variations after...
January 17, 2010 at 9:19 am
Did you add the local admin accounts to the server in the wizard? If not, then you won't be able to get in even if you're god on your...
January 17, 2010 at 8:08 am
So what problems are you experiencing?
January 17, 2010 at 4:34 am
Are you also running out of space on the HD?.. or just in the DB file with error messages cropping up when trying to change some data?
January 16, 2010 at 10:32 am
If you can't do that or find out in google, then you are still a student.
Look up executenonquery in VS2008's help.
January 16, 2010 at 10:31 am
Is there any way to have a placeholder for the generated date?
-- Author:<Author,,Rémi Grégoire>
-- Create date: <Create Date,,GetDate()>
-- Description:<Procedure_Name, sysname, ProcedureName>
I want the getDate() to be replaced by '2010-01-15' when...
January 15, 2010 at 11:49 am
Select * from sys.objects WHERE type_desc = 'SQL_STORED_PROCEDURE' ORDER BY create_date
January 15, 2010 at 8:49 am
Hey gift... do you know of a way to export reports in SSRS straight to PDF in a loop so that I do it for all 2000 clients in the...
January 15, 2010 at 8:34 am
based on the very detialed question you just gave us :
Because! :w00t:
January 15, 2010 at 7:42 am
Why can you only deploy to test servers? If those reports are required for the business then they deserve to be on a prod server, period.
I didn't check out...
January 15, 2010 at 7:00 am
The services should be in administration tools / services under "SQL Server (SQL EXPRESS)" or something like that.
Make sure it's set to automatic start and that it is started.
You can...
January 15, 2010 at 6:57 am
Easy trick for dynamic sql question... always do a print before trying to execute and make sure that the printed version does what you want it to do. Save...
January 14, 2010 at 1:48 pm
Why exactly do you think you need to do this?
January 14, 2010 at 11:41 am
Don't always believe Microsoft :-).
Try this and I'm pretty sure it'll work :
Create a linked server from SQL Server to the Access DB.
Then build a SP for the source...
January 14, 2010 at 3:38 am
Please show us sample output, I have a guess at that you want but I'm not sure.
January 13, 2010 at 9:53 am
Viewing 15 posts - 8,236 through 8,250 (of 18,923 total)