Viewing 15 posts - 31 through 45 (of 53 total)
Thank you so much Chuck...I have one question... Could you please explain below columns...
Bytes Total -----Is this the total size of a table(I've multiple filegroup and it...
August 13, 2011 at 6:04 am
Here is the script from the job...
CREATE PROC [dbo].[SPTEST]
AS
DECLARE @CMD0 nvarchar(2000)
DECLARE @CMD1 nvarchar(2000)
DECLARE @CMD1A nvarchar(2000)
DECLARE @CMD2 nvarchar(2000) ...
July 28, 2011 at 10:28 am
Hi…. now I got into another error while migrating another db from access to sql. When I open access file I see only 4 tables but when I use ssma...
July 12, 2011 at 12:10 pm
Thanks Corgi. Yes I had attached one of the 2 queries and its related tables in my last post.
Query:- qry_PI_reports
Errored out Query ( Table does not exist)
SELECT DISTINCT qry_PI_Reports.Func_Name...
July 12, 2011 at 8:34 am
Thank you Corgi. As suggested below please find the table script and the Access Query .
Table Create Script and Insert Data Script--
CREATE TABLE [dbo].[tbl_PI_Associates](
[Assoc_Name] [nvarchar](50) NOT NULL,
[MgrName] [nvarchar](50)...
July 11, 2011 at 1:57 pm
Thanks Corgi. I am just trying to understand your question here.. I have not created any proc to do this migration. I used SQL Server Migration Assistance for this task....
July 11, 2011 at 10:00 am
Thanks Corgi for your post. As suggested, I opened the query in the design mode and found 3 tables and yes those tables are already migrated.
July 10, 2011 at 4:29 pm
When i open MS access file and i see there is a tab says queries and when click on that i see 8 queries and two of them are(qry_Reports and...
July 10, 2011 at 12:34 pm
Hello Friends, Thank you so much for all you replies... I've a meeting next week with the Dev team and then i'll find out about these two queries and surly...
July 8, 2011 at 10:19 am
Thank you for your reply. I am still trying to figure out the issue here. After Modifying the queries now the error says that table does not exist... I checked...
July 7, 2011 at 11:19 am
Thank you for your reply. I am still trying to figure out the issue here. After Modifying the queries now the error says that table does not exist... I checked...
July 7, 2011 at 11:10 am
Hi Todd..As suggested, I ran below statement in the database but the result came out empty
July 6, 2011 at 3:27 pm
corgi. thanks for your post. I am not trying to waste anyone's time. I am just trying to get the answer of my sql issue. I had a different question...
July 6, 2011 at 3:18 pm
corgi. thanks for your post. I am not trying to waste anyone's time. I am just trying to get the answer of my sql issue. I had a different question...
July 6, 2011 at 3:13 pm
Viewing 15 posts - 31 through 45 (of 53 total)