Viewing 15 posts - 8,236 through 8,250 (of 18,926 total)
Please report this issue on the connect site and post the link back here so other we can vote and follow up on developpement of solutions.
TIA.
January 17, 2010 at 7:26 pm
Is there any way to run a checksum on blobs?
If so just add a calculated column as checksum. Figure out what checksum of null is then compare to that...
January 17, 2010 at 7:24 pm
Check out alter database in books online. You can change the size from those command options.
In the GUI you must change the size of the files (free spaces is...
January 17, 2010 at 9:20 am
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
Viewing 15 posts - 8,236 through 8,250 (of 18,926 total)